Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud that I'm getting used to this! I complete this in 1 hour! :D
What challenges did you encounter, and how did you overcome them?Didn't knew how to place the buttons in a column instead of a row, but after some yt tutorials, I learned about the flex-wrap property!
Community feedback
- @IzykGitPosted 3 months ago
Good work!
But remember to use semantic HTML. So when you have a list like you do in this project, use the <ul> element! Then instead of buttons you can use <li> elements (list items) and then use anchor tags (<a> element) inside of the list tag. You would want to use anchor tags and not buttons in this case because these are links!
Keep up the good work! :)
Marked as helpful1
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