CSS Text style
CSS Text style :
text color,Alignment,Decoration,Indentation,and Transformation.
look a Example:
p{color:#cc0000; text-align:left; text-decoration:underline; text-indent:2em; text-transform:inherit;} Continue reading ‘CSS Text style’ »