Design comparison
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
HTML ๐ท๏ธ:
- Use semantic elements such as
<main>
and<footer>
to improve accessibility and organization of your page.
CSS ๐จ:
-
Avoid using
position: absolute
to center an element as it may result in overflow on some screen sizes. Instead, utilize the flexbox or grid layout for centering. Get more insights on centering in CSS here here ๐.
I hope you find it useful! ๐
Happy coding!
Marked as helpful1@bhoamikhonaPosted almost 2 years ago@MelvinAguilar
Hi! Thank you for your kind suggestion, I have updated the HTML semantics, and fixed the footer a little bit to make it look good. I am still in the middle of learning CSS Flexbox and Grid, once I learn it, I will fix the code.
Happy Coding!
0 - Use semantic elements such as
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