Creating the class styles
- To create a class of styles, we choose a name for it (we may use almost any name):
whatever
- We set a period-mark in front of the name:
.whatever
- We then specify the styles for it:
.whatever { styles }
whatever
.whatever
.whatever { styles }