Flexbox and Css Grid

Solution retrospective
Your feedback will be very valuable! Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, Héctor Vásquez! 👋
Well done! Your solution looks nice and responds well. What I can suggest is:
- Add
:focus
pseudo class to interactive elements like anchors, buttons etc. Useoutline
property to make your website more accessible to keyboard users. You did that forinput
so good job, but others element also needs that. - Instead of using div for
.toggle-switch
you should use button.
Good luck with that, have fun coding! 💪
- Add
Join 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