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

Responsive preview card page using CSS Flexbox

Klaudiaβ€’ 120

@klaudiapalubska

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

P
visualdennisβ€’ 8,375

@visualdenniss

Posted

Hello Klaudia,

Very nice work there! It looks like there is some small issue with border-radius, as it is set to 5% and this seem to result in a sharp cut on the sides. A value like e.g. border-radius: 10px; or in rem/em seems to be work better in this case.

Hope this is helpful!

Marked as helpful

0

Klaudiaβ€’ 120

@klaudiapalubska

Posted

@visualdenniss Oh I wondered why this looks like that. Thank u!

0
Francisco Carrilloβ€’ 5,540

@frank-itachi

Posted

Hello there πŸ‘‹. You did a good job!

I have some suggestions about your code that might interest you.

HTML πŸ“„:

  • Wrap the page's whole main content in the <main> tag.
  • The heading order is important in the html structure so try to always start your headings and/or titles with an <h1> tag and then you can increase by one if you need to use more headings in your html code.

I hope you find it useful! 😁😁 Above all, the solution you submitted is greatπŸ‘Œ!

Happy <coding /> 😎!

Marked as helpful

0

Klaudiaβ€’ 120

@klaudiapalubska

Posted

@frank-itachi Thanks for advices <3

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