Common CSS Properties
CSS provides an abundant amount of styling properties to work with. Some common CSS properties are discussed in the table below.
CSS Property | Value | Usage |
---|---|---|
font-style | normal / italic/ oblique | Allows for styling the font |
font-weight | normal / bold | Adds weight to the font |
font-size | n px | Specify an integer value of n to adjust font size |
background-color | Color name or Hex code of color | Adds color to the background of element. |
padding | n px | Creates a space around the HTML element. |