3 column preview with flexbox and sass
Design comparison
Solution retrospective
Any feedback is welcome, have a nice day.
Community feedback
- @pikapikamartPosted over 3 years ago
Great job on this one. The layout resizes well when going down in mobile.
Suggestions would be that
-
Adding a
cursor: pointer
to the learn more button so that it will appeal more natural since it is an interactive element of the website. -
It appears that your second container doesn't matches the size of its sibling, if you look at it the learn more button is not aligned properly compared to the other. To fix this, your declaration
.column-container #column-container__suvs { padding: 2rem; width: 21%;
differs from the rest in terms of padding. So just make the padding
padding: 2.5rem
so that they will all match.Overall, your work is really good ^^
1@Gabrieldev-web-coderPosted over 3 years agoReally thanks for your feedback dude <3
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