Design comparison
SolutionDesign
Community feedback
- @RoboticDinosaurPosted about 2 months ago
The use of semantic HTML elements is good and makes the code clear to read, as does the CSS and use of variables. However, this doesn't follow the responsiveness required by the challenge. A simple media query to adjust the padding would make this great.
Additionally, the social buttons should probably be using the <a> element instead of <button> as they are navigational links and would improve the semantics and accessibility of the project.
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