Design comparison
SolutionDesign
Solution retrospective
Any suggestion, guys???
Community feedback
- @MinhKhangTranPosted over 2 years ago
Hi, nice solution.
I just recognized that you didn't use the semantic html <button/> for buttons. It is a good practice to use the <button/> tag for buttons. Using this tag you have accessible benefits.
You also use a lot of <br/> s to add spacing between your sections. It is better to use css properties like
margin
orpadding
to add space.I hope these tips helped,
keep coding and havin fun doing it 🥰
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