Intro to CSS CSS Style class CSS style EG: CSS colours HSL RGB HEX

CSS styling using classes

If we want to apply styling for a HTML tag, then we write the tag's name & apply the styling.

But, if we are applying the styling for a particular part, then we create a class & apply the styling.

  • FOR THIS: we add a '.'(dot) before the class name.