Design comparison
Solution retrospective
Hi everyone, thanks for looking into my solution. I tried to be very efficient, but if you have any input on how to make it more efficient, please let me know. My first thought was that I could build this without media queries, but in the end, there was one point where I would have two cards in the first row and on the second row I would have one card and an empty space. Is there a way to make the last card span the entire width automatically? Thanks in advance!
Community feedback
- @palgrammingPosted over 3 years ago
Your solution looks good ⭐⭐⭐⭐⭐ only thing I would have done was not use padding to control the size of the button but in your solution the padding on the button works all the way until the screen size gets to 269px small other using padding the button breaks down sooner and forces the text to two lines in the button
0@ClariceRPosted over 3 years agoHi @palgramming! Thanks for your comment! I will looking into how to do it without padding and update it, thanks again! :)
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