Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

3 Column Preview Card Component with SASS

@xXOsielXx

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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.

.preview-card-component > section
    width: clamp(308px, 80%, 440px)

What challenges did you encounter, and how did you overcome them?

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

What specific areas of your project would you like help with?

I really appreciate any feedback you can give me

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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