Design comparison
Solution retrospective
It's 19-11-2021, Learned few things like how to add overlay on images and came out with a responsive approach for this design. Any tips to improve this project are most welcome.
Community feedback
- @MikevPeerenPosted almost 3 years ago
Hey @Ls6375
Good job, it is indeed responsive on all devices.
I am however having trouble loading the font, I see you use font-weight 200 for Inter for example however you are not importing it.
Also try to keep your codebase clean I can see 3 different style files while you only use 1 in your html.
1@Ls6375Posted almost 3 years ago@MikevPeeren Hey there, I have checked, fonts are working fine on my side. Yes you were right font-weight is doing nothing cause I haven't imported it. ( I tried imported font-weight but still can't see any visible change, There were no changes at all , Don't know why )
There were 3 styles because I have used sass & it basically creates 2 other files style.css and style.css.map there so that's why there are 3 files
Thank you for valuable suggestion!!! : )
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