Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud to have used SASS for first time.
I'm proud to have used the clamp() function.
What challenges did you encounter, and how did you overcome them?.preview-card-component > section width: clamp(308px, 80%, 440px)
I was stuck with the buttons, they were taking up the entire width. This happened because the buttons are children of a flex container with flex-direction: column
, and apparently the default value of align-self is stretch. So I gave it a align-self: flex-start
and it solved
I really appreciate any feedback you can give me
Community feedback
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