The styles below are used by appending a class to a tag.
This is an image with the class "border_img"
Enter class name to img tag <img class="border_img" />
This is an image with the class "border_img2"
Enter class name to img tag <img class="border_img2" />
Default list example
This is a read more link with the class "readon"
Enter class name to a tag <a class="readon" />
this is a paragraph with the class "green"
<p class="green" > Text goes here</p>
this is a paragraph with the class "blue"
<p class="blue" > Text goes here</p>
this is a paragraph with the class "red"
<p class="red" > Text goes here</p>
this is a paragraph with the class "yellow"
<p class="yellow" > Text goes here</p>
this is a paragraph with the class "grey"
<p class="grey" > Text goes here</p>
this is a paragraph with the class "greenfill"
<p class="greenfill" > Text goes here</p>
this is a paragraph with the class "bluefill"
<p class="bluefill" > Text goes here</p>
this is a paragraph with the class "redfill"
<p class="redfill" > Text goes here</p>
this is a paragraph with the class "yellowfill"
<p class="yellowfill" > Text goes here</p>
this is a paragraph with the class "greyfill"
<p class="greyfill" > Text goes here</p>
this is a paragraph with the class "quote"
<p class="quote" > Text goes here</p>