Design comparison
SolutionDesign
Community feedback
- @HugoPadillaPosted almost 3 years ago
Hi, that's great work!
I like what I see.
I share with you some recommendations:
- You can wax all your content in a
<main>
tag and put<body>
styles on it, this helps you with accessibility issues and improve your html structure. - You can research about Flexbox and try to implement it, it will help you to organize better the elements without using
position: absolute;
all the time.
You can check my solution and have a guide. I want to see
Happy coding :)
Marked as helpful0@EliRen7Posted almost 3 years ago@HugoPadilla I really appreciate the advice! I will continue to work on the code to improve it. Thanks!
0 - You can wax all your content in a
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