Design comparison
SolutionDesign
Solution retrospective
I could use help with deciding margins and how to make it more responsive. I'm unsure of the media queries. I don't know why the icons are not showing properly. They show properly on my local server though.
Community feedback
- @BrainilioPosted over 1 year ago
Hi, I can see why the icons are not showing:
You are trying to source the images from the "./assets/images" folder, but this folder not exist in your code-base. From what I'm seeing the icons are located in the root folder of your project, so removing the "./asset/images" will most likely solve this problem.
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