CSS Font and Text Properties
| CSS Property | Example Value | Other Values |
| text-align: | center | Left, Right |
| font-family: | Verdana, Arial, Helvetica, Sans-Serif | |
| font-size: | 16px | |percent |em |xx-large, x-small, small, medium, large, x-large, smaller, larger |
| font-style: | italic | normal (the default), oblique |
| font-variant: | small-caps | |
| font-weight: | Bold | Bolder | Lighter | Any number from 100 to 900 |
| Color: | Red | A colour name, Hexadecimal value, RGB Value |
Comments
Post a Comment