Design comparison
SolutionDesign
Solution retrospective
a good challenge to practice your skills
Community feedback
- @JeuriMorelPosted about 1 year ago
Currently you have the images linking from a folder that doesn't exist so the images aren't showing up. Changing
<img src="images/icon-luxury.svg" alt="">
to<img src="icon-luxury.svg" alt="">
, for example, makes them appear.You forgot to change the color on the fonts and background, so right now it's not matching the design.
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