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

SASS, Filter

P

@coding-vasu

Desktop design screenshot for the Product 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?

  • Used SASS for this project & its quite intuitive, I liked it!

  • css filter property to enhance look & feel of the card.

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

Overwhelmed with Responsiveness, Isolated & took 1 step at a time to solve it

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

Utopia fluid responsiveness design system implementation.

Community feedback

P
Aminpatra 260

@Aminpatra

Posted

beautiful design bro. Could please tell my from where you learn this ?

0
P
Steven Stroud 4,100

@Stroudy

Posted

Hey you smashed this challenge and you should be super proud, I was shocked not to find any improvements and you scored 100 in all four category with Lighthouse, Few small things I noticed,

  • Line height is usually unitless instead of line-height: 150%; should use line-height: 1.5; this means it is 1.5 x the font-size, unitless value ensures that the line height will scale proportionately.
  • @media Should also be in relative units, rem and em,
  • ‍Using max-width: 100% or min-width: 100% is way more responsive then just width:100%, check out this article also from the same Frontend mentor dev responsive-meaning, she goes into more detail.

You did so many things correctly with this project, I learned a few things so I thank you for that! I hope you found some of this information helpful, Happy Coding!

0

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