Very cool use of the DRY method you applied css styles to the html elements once or a few times, instead of having to write out font-family in your css document multiple times.
You also stacked your css selectors to group styles and apply them once 👍
for example:
Very cool use of the DRY method you applied css styles to the html elements once or a few times, instead of having to write out font-family in your css document multiple times.
You also stacked your css selectors to group styles and apply them once 👍 for example: