Hey there Tanner it looks like you submitted your project early! It looks pretty good from what I can see. Great effort using a wireframe and laying out your html structure, I find that this kind of webpage planning helps me as well.
One thing that definitely makes it easier is to help create a visual aide and identify the box model for all the webpage elements :eyes:
For example:
*{border: solid 1px orangered ;}
or if you prefer
*{background: rgba(0,0,0,.1);}
I like to use the rgba values because it shows overlapping HTML really well 👏
Hey there Tanner it looks like you submitted your project early! It looks pretty good from what I can see. Great effort using a wireframe and laying out your html structure, I find that this kind of webpage planning helps me as well.
One thing that definitely makes it easier is to help create a visual aide and identify the box model for all the webpage elements :eyes: For example:
*{border: solid 1px orangered ;}
or if you prefer*{background: rgba(0,0,0,.1);}
I like to use the rgba values because it shows overlapping HTML really well 👏