Responsive product design using HTML and CSS FlexBox
Design comparison
Solution retrospective
Any feedback is highly appreciated!
Community feedback
- @correlucasPosted about 2 years ago
๐พ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 themobile + desktop images
.Remove the
background-color
from the container and add it to thebody
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 helpful0@caiomiyajiPosted about 2 years agoHi @correlucas, thank you for the feedback, I'll correct that
0 - @mohamed-benoughidenePosted about 2 years ago
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 helpful0@caiomiyajiPosted about 2 years agoHi @mohamed-benoughidene, thank you for the tip, I'll correct this
0
Please log in to post a comment
Log in with GitHubJoin 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