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 using html5 and css3

Urszula 180

@ursgol

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?

Responsive side was hard, but anyway I am proud of it. It looks like a magic one.

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

Adding cross-line on the element was hard, but I've found it using google ;)

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

Any feedback will be helpful. Thank you in advance.

Community feedback

Kim 440

@01057057kim

Posted

I noticed that your card is still not in the middle of the page. you can apply this to the body:

body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

I hope this helps. 😁

Marked as helpful

1

Urszula 180

@ursgol

Posted

@01057057kim Thank you so much for your feedback :) I will try to improve it in my free time :)

0

@Harsh-Kumar-Dwivedi

Posted

Hi @ursgol ,

I think it would be better to use <div> instead of <h6> in the following:-

<h6>Perfume</h6>

Headings are meant to be used in hierarchical order not for the purpose of text size or weight or both, is what I know.

Hope it is helpful !

Happy Coding !

Marked as helpful

1

Urszula 180

@ursgol

Posted

@Harsh-Kumar-Dwivedi thank you for your feedback. You are right. I will try to improve it :)

1

@Harsh-Kumar-Dwivedi

Posted

@ursgol

Welcome !

Keep up the good work !

Happy Coding !

1
Urszula 180

@ursgol

Posted

@Harsh-Kumar-Dwivedi Ok, I will. Thank you so much. Happy Coding for you too :)

1

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