Design comparison
SolutionDesign
Solution retrospective
Any feedback will be appreciated thank you
Community feedback
- @ApplePieGiraffePosted about 4 years ago
Hey, Javier! 👋
Good work! 👍
In addition to brasspetal's great feedback,
- Adding a hover state to the button and social media links would be a nice touch.
Keep coding (and happy coding, too)! 😁
0 - @brasspetalsPosted about 4 years ago
Hi, Javier! This responds nicely, and could be even better with just a few small changes:
- To clear up the accessibility errors, add "#" to your hrefs:
<a href="#">
- Adding some padding or margin to your container will help it more closely match the design.
- Adding
cursor: pointer
to your button will better show that it's clickable. - Decreasing the font sizes on the mobile layout.
- Changing to the mobile background for the mobile layout.
0 - To clear up the accessibility errors, add "#" to your hrefs:
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