Design comparison
Solution retrospective
say no to media query and yes to grid and flexbox layout. write media query as less as possible... This is the perfect example of using sass mixins, loops , maps, in my project.
What specific areas of your project would you like help with?when i put my images in public folder . and deploy it in github my image is not rendering in the live site. it works well in the local server... i tried ./ instead of / but still not working ... if anyone knows to fix this , you can please provide me a feedback.
Community feedback
- @kodan96Posted 5 months ago
hi there! 👋
your source code and the images are in separated folders, so you need to go back to the root folder in order to reference them properly.
your relative path should look like this:
../../public/images/rest-of-relative-path
Hope this helped🙏
Good luck and happy coding! 🤙
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