Design comparison
SolutionDesign
Solution retrospective
i know its not perfect.please suggest me changes
Community feedback
- @CaptKrakenPosted over 3 years ago
just a quick tip, if you want your whole site to use just one font, you can set font-family in the body element once and be done with it because font-family is one of the properties that are inherited.
body{ font-family: 'Poppins', sans-serif; }
you should use css grid for this project. it's easier to build the layout with it.
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