CSS Class

A CSS class is a reusable label you add to HTML elements with the class attribute, then target in CSS with a dot, like .button. The same class can be applied…