16Mar/100
CSS borders
The CSS border property gives you the option to specify the style and color of the border of an element. With this property, we now can create borders with nice effects, which can also be applied to any element.
Print This Post
8Mar/100
CSS Fonts and Texts
You can define the font-style, font-weight, font-variant, font-size and font-family all at once.
Value: font-style, font-weight, font-variant, font-size and font-family
<p style="font: italic bold 20px Verdana;">Sample Text</p>
Print This Post
