Design comparison
SolutionDesign
Community feedback
- @dylan-dot-cPosted about 20 hours ago
Nice try on this challenge!
You have a lot of work to be done tho.
Don't use percentages for width/height as it will only look good on a certain screen size and thus making it not responsive.
You also need to make use of semantic HTML like main tag
It's not good practice to use br tag for spacing... Better to use margins of flex gap to add the spacing as it's not good for screen readers.
You need to remove the border from the buttons and they should be links not buttons.
All the best and work hard!
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