Design comparison
SolutionDesign
Community feedback
- @garcialexcoPosted almost 2 years ago
Hello! Great job completing the challenge! 🔥
There's a couple parts of your code that I might be able to help with:
- I just learned this! You center your elements by using CSS flex:
min-height: 100vh; display: flex; justify-content: center; align-items: center;
- It helps to link your fonts in your HTML file then declaring it in your CSS files. This makes your fonts load faster and more efficient!
Hope this helps, and keep up the great work! 👍 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