Stop using CSS classes
Think about these things first before adding a CSS class to your HTML element.
Should I be using this HTML tag or is there a more appropriate element?
Read through the list of
HTML elements
and see if a closer match exists. You should have at least one
<main>
tag on your page, and probably at least
one <header>
tag too. Almost every website
should have at least one <nav>
and you may want
to add some <article>
or
<section>
tags.