Submitted about 2 years ago
Responsive landing page using React and Tailwind CSS
@VictorDuranEM
Design comparison
SolutionDesign
Community feedback
- @tarasisPosted about 2 years ago
Hey congrats on completing the challenge. Looks great, and nicely responds to screen being shrunk. (Can't comment on the code as I don't know tailwind)
Couple of little things:
- The social links at the bottom of the page should be
a
tags, which are selectable via the keyboard. Notli
tags. - The buttons and the social links should support
:focus
as well as:hover
- don't use
div
for everything. Try and use the approriate semantic tags where you can. For instance the bottom section should befooter
.
Marked as helpful0 - The social links at the bottom of the page should be
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