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

Product preview card component

Karthikeyanโ€ข 20

@skarthikeyan96

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Lucas ๐Ÿ‘พโ€ข 104,440

@correlucas

Posted

๐Ÿ‘พHello Karthikeyan, congratulations for your new solution!

Here's a better way to manage the content of the text column and have the uniform space between the content you can use justify-content: space-around; or gap: 24px to separate each text.

.wrapper_right-side {
    display: flex;
    padding: 2rem;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
}

When you download the project files thereโ€™s a file called style-guide.md where you can find information such as hsl color codes and the font-size for the headings. This way you'll have the correct color like the button that its a bit off, the correct color is:

button {
    background-color: #3D8168;
}

๐Ÿ‘‹ I hope this helps you and happy coding!

1

Karthikeyanโ€ข 20

@skarthikeyan96

Posted

@correlucas Thanks Lucas for the feedback , will update them asap

1
Lucas ๐Ÿ‘พโ€ข 104,440

@correlucas

Posted

@skarthikeyan96 than say me if was useful and if fixes your solution, keep it up๐Ÿ‘

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