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 product design using HTML and CSS FlexBox

caiomiyajiโ€ข 40

@caiomiyaji

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


Any feedback is highly appreciated!

Community feedback

Lucas ๐Ÿ‘พโ€ข 104,420

@correlucas

Posted

๐Ÿ‘พHello @caiomiyaji, Congratulations on completing this challenge!

You've done the design for the wrong image, when you download the starter files the folder comes with 3 files (preview card, desktop and mobile) you've created the solution based on the preview and you should consider only the mobile + desktop images.

Remove the background-color from the container and add it to the body to make sure this color background will display it full screen.

You need to include the title for you PAGE. Do that inserting in the <head> the tag <title> โ†’ <title>PREVIEW CARD COMPONENT - Front End Mentor</title>

โœŒ๏ธ I hope this helps you and happy coding!

Marked as helpful

0

caiomiyajiโ€ข 40

@caiomiyaji

Posted

Hi @correlucas, thank you for the feedback, I'll correct that

0
Mohamedโ€ข 270

@mohamed-benoughidene

Posted

I noticed that you have 1 html ISSUES in button tag line 26 . you can't use p element in a button. just do this:

<button type="button"> <img src="images/icon-cart.svg" alt="cart icon"> Add to Cart </button>

I hope you find my feedback helpful if so please upvote me and mark it as helpful.

Marked as helpful

0

caiomiyajiโ€ข 40

@caiomiyaji

Posted

Hi @mohamed-benoughidene, thank you for the tip, I'll correct this

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