ss
paragraph by font-teritiary
paragraph by font-secondary
paragraph by bg-primary
paragraph by bg-gray
paragraph by bg-dark
paragraph by bg-primary
paragraph by text-gray
paragraph by text-dark
paragraph by text-light
paragraph by text-white
This is normal paragraph
ul or ol tag is specified as "list-style-type: none" in css/style.css. If you want to add list style, comment out the line of "list-style-type: none" or add custom definition for list
This sentence is in blockquote. Is this useful?
This is by <p class="content">. you can see 20px margin-bottom.
This is by <p class="content"><strong>xxxx</strong></p>
If you are bothered by writing everytime about the same style, consider to add original css definition like:
css/style.cssh3.my-header { background: #41228e color: #ffffff font-family: "BwNistaInt-xBd" }xxxx.html
<h3 class="my-header"<This is my original header</h3>display