Design comparison
Solution retrospective
I redo it because yesterday was a disaster, still not perfect on the 375px media querry but iam still happy about the result. I did some Sass Kevin Powell mixin that I didnt use but learned a lot during this project !
Community feedback
- @pikapikamartPosted over 3 years ago
Hey great work there, but a suggestions. Maybe try changing your layout at the points that it gets narrow. Because if you look at it, when you resizes it, the text or other components gets fitted into one single container and we don't want that. So maybe adjusting it will get it fixed.
Another tip, I see that your background is not loading, and at your css the path goes like this
/images/sample.jpg
, do not use/
since it goes to the root folder. Instead, just useimages/sample.jpg
since the css and the images folder is at the same directory level. That is why yours is not loading ^1@DayssePosted over 3 years agoThanks for the advice. Yes github doesnt need the same path as extension like LiveServer in VScode, strange, I always forget to change it
0@pikapikamartPosted over 3 years ago@Daysse Your welcome and yes, sometimes I also forgot to change those directory and gets frustrated about it, because of a single
/
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