Here is my technical documentation. https://codepen.io/berubenic/pen/NWNWOvx
Any feedback would be appreciated. The process of making this one went pretty well. Felt like I understood what I was doing but still googling lots of basic stuff.
when I decrease the width of my browser to a very narrow view, the content sticks to the border of the screen; I think some padding would increase the readability
in a slightly wider view, the link to General description of the product is pushed to the left, I think because the text is very long
you can get a code validation here by pasting your HTML code into the body; you will see some errors, but most of them are one recurring error and I think you are able to fix them!
Should I stop using codepen when trying to make my sites responsive? I made the layout at 320px making sure everything is fine and when I opened it up on my cellphone this morning, it was out of place.
Ultimately you want to find a way to make the site not look bad on most smartphones.
Practically you can’t make it look perfect on all smartphones, because of all the different models.
I could not access your entire nav bar on normal layout, adding overflow: auto; on your nav solved the problem.
And I think some padding in your responsive layout would be nice
And in my opinion, I think you should not let your menu always on the top of the page on your responsive layout, because the smartphone screens are smaller.