Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I didn't encounter any challenges.
What specific areas of your project would you like help with?I'd would really appreciate any feedback.
Community feedback
- @Jamal-DigitalPosted about 1 month ago
Hi , you design looks good but i'll like to give you a suggestion. The easy way to put a line over a text is by using the text-decoration att ribute instead of using the pseudo code ::before or ::after.
p { text-decoration: line-through; } also about changing image during responsive. i'll suggest using <picture> tag
<picture> <source media="(min-width: 36.875rem)" srcset="images/image-product-desktop.jpg"><img src="images/image-product-mobile.jpg" alt="image product"> </picture>
Marked as helpful0
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