Used Grid Layout to complete this project and Scss Preprocessor
Design comparison
Solution retrospective
Any Feedback Appreciated
Community feedback
- @pikapikamartPosted over 3 years ago
Hey, great work on this one. The layout is a bit bigger, but preferences right. The layout is good and the mobile state is fine as well.
Though when resizing, scrollbar appearance at the bottom because the width of the
container
is bigger. Maybe adjusting some sizes on it or making the size responsive. You can make use ofclamp()
function here which is really great. A lot has been usingvh
as main unit, which I don't really recommend.For some minor details
- Adding corner radius
- Adding
cursor:pointer
to the button, so that it will feel more natural since it is an interactive element. - Sizes
For the markup, I see that you only used
p
tags on the "Why us" section. Those are supposed to be list of things, why you should pick them. So, usingul
andli
will be really good in terms of semantic markup. Though it works just fine, but I encourage you to make use of it in other challenges or in here , if you were to change it.Overall, great job^
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