CSS FONT STYLE
→ The font-style property sets the font style for the text content of an element.
→ The possible values for this property are:normal,italic or oblique.
Example :
{
font-style:Italic;
}
CSS FONT WEIGHT
→ The font-weight property specifies the weight or boldness of the weight.
Example :
{
font-weight:bold;
}
CSS FONT SIZE
→ The font-size property sets the size of font for the text content of an element.
→ There are several ways to specify the font size values e.g with key words,pixels,percentage and em.
→ Keywords:xx-small,x-small,small,medium,large,xx-large.
→ Pixel: 12px,16px,50px .
→ Percentage: 100%,50% .
→Em: 1em,2em;
Example :
{
font-size:small
}
This blog is short so, I hope this blog is helpful for you in another post i will describe about UNIT:3 CSS Position,CSS Float,CSS Clear. please follow this blog.
Thanks for reading my blog #stay safe #stay home #stay healthy #stay cool.
Continue in another blog post so connected this blog for another post
***************Thanks for reading my blog**************
0 Comments