Design comparison
SolutionDesign
Community feedback
- @Carlosaac23Posted about 2 months ago
Hi Hugo. You did it very well. Even though, I'll give you some recommendations to improve your final design.
- You should add
padding
to your<div class="container">
so that the elements inside don't look so tight. - I saw your link elements and instead of using
<button type="button">GitHub</button>
you should use<a href="#">GitHub</a>
to make the page more accessible. This is also a good practice to use<a>
tags for links. - Once you have improved your links. You should add some padding to make them more similar to the design.
Marked as helpful0 - You should add
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