Design comparison
Solution retrospective
Hello, I'm still new to using CSS Grid, so if you noticed any issues in my code, feel free to comment. I hope for your constructive criticism. I hope the design works good on any type of mobile device. Have a great week! Jan
Community feedback
- @emestabilloPosted over 4 years ago
Hi @eljasiu, great work with this challenge! Hover states work and the page is responsive. Just noted that you used
id
s for thesections
. Unless you were connecting them to the nav links or adding js, usingclass
would have done the job as well. It would also allow you to reuse the style in other places like infeatures
andshowcase
, for example. Both share the samepadding-top
in smaller devices. Hope this helps :-)1
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