Design comparison
Solution retrospective
Are there any best practices, in semantics or styling, that you would suggest as an improvement to my code?
Community feedback
- @Biggboss7Posted over 2 years ago
Hello Chris Ekstedt, Great job on accomplishing this project. You gave the best shot by linking the socmed to the real website :)
Maybe there are some feedbacks which I can give for you :
-
The texts of your landing page got pressed in on mobile view (375px). I think it is better to adjust the margin of the body and font-size of the text to be smaller.
-
Referring to your question about semantic tags on HTML. I notice that in the footer section, you are using <div> as the container to contain the socmed links. I think it is more semantically if you change <div> into <nav>. The code may looks like this :
I hope it can be helpful. Happy Coding
0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord