Overall you did a really good job on this project! I also really appreciated the attention you put to your overall code format and style. This made your code very readable which is super important especially when projects start becoming large or include multiple team members.
In addition to the other feedback that I provided, I would also like to recommend the usage of more semantic HTML elements such as <header>, <footer>, and <section>. Semantic HTML ensures that the elements used provided detail to the content that each element contains. Checkout this article for more information.
Overall you did a really good job on this project! I also really appreciated the attention you put to your overall code format and style. This made your code very readable which is super important especially when projects start becoming large or include multiple team members.
In addition to the other feedback that I provided, I would also like to recommend the usage of more semantic HTML elements such as
<header>
,<footer>
, and<section>
. Semantic HTML ensures that the elements used provided detail to the content that each element contains. Checkout this article for more information.https://internetingishard.com/html-and-css/semantic-html/