Design comparison
SolutionDesign
Community feedback
- @Maanlicht91Posted 7 days ago
Nice try. But I suggest you to start with this code for most css:
- { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Figtree", sans-serif; }
if you want container(wrapper) in the mid of page you can add some properties in body also:
body { font-family: "Figtree", sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; }
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