Design comparison
Solution retrospective
This was a bit more of a challenge than I had first thought. I'm still learning the basics of grid and had some struggles along the way. My biggest issues were how to get the underline embellishments for the links "Learn More". I was able to add them using ::before but the proper lengths seemed off and I'm not sure how to make them responsive. My next project before resubmitting is to fix how the grid sections flow between 375px and 1440px. I'm not sure if another media query is the right choice or if I should try to combine flexbox & grid to allow it to grow and shrink naturally.
Any suggestions are always really appreciated.
Community feedback
- @Aimal-125Posted over 1 year ago
As per my personal experience, i found
flexbox
to be more compact thangrid
. Use flexbox often and you can checkvertical-align: middle;
for that particular component.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