Submitted over 2 years ago
SASS-y responsive 3-column preview page with semantic HTML
@Kemystra
Design comparison
SolutionDesign
Solution retrospective
Here's my submission for 3-column preview page! Any feedback will be appreciated 😃
Community feedback
- @AdrianoEscarabotePosted over 2 years ago
Hello! you did a great job in this challenge.
Your code is very clean, I really liked the organization you used, but I noticed a detail when I went to test the responsiveness between 790px and 690px, the layout breaks a little but with a little adjustment you can solve it.
Do this in the main:
width: clamp(600px,65%,1100px);
Hope it helps:)...don't forget to mark it as helpful 👍
Marked as helpful2@KemystraPosted over 2 years ago@AdrianoEscarabote Thank you! Didn't caught them before.
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