mobile first using css

Solution retrospective
Is there anything i can optimized?? Thank you very much.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vanzasetia
👋Hi lpokiuj! My name is Vanza!
I have some feedback for this solution:
- The icon doesn't show up, it seems like the
img src
does not point to the right folder. Try to fix that issue by writing./
:
<img src="./images/icon-supervisor.svg" alt="">
- As you can see from the design comparison, try to make the
box-shadow
lighter to make it looks similar to the design.
That's it! Hopefully this is helpful!
Happy Coding!
Marked as helpful - The icon doesn't show up, it seems like the
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