I like the use of this div for offsetting the header with top padding. What would be even better is if you actually created a "main" content div or rather <main> and wrapped on the html that is not the header or footer. This is considered the main content of the page and can be grouped as such.
I like the use of this div for offsetting the header with top padding. What would be even better is if you actually created a "main" content div or rather
<main>
and wrapped on the html that is not the header or footer. This is considered the main content of the page and can be grouped as such.https://github.com/Lazizxon/prj-rev-bwfs-tea-cozy/blob/master/Tea%20Cozy/index.html#L21-L28