Submitted almost 3 years ago
Fylo data storage component solution
@alkarim99
Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted almost 3 years ago
Hello! Awesome job with this one. You did a great job and to improve the code structure, I would suggest the following:
- Add
height: 100vh
on thebody
tag to make the whole content align in the center - Adjust the position of the background into
background-position: 2rem 230px;
or something. - Add a
padding
to the.attribution
rule set to put a distance between the content - Add a value of the padding in the
.container .main
rule set, you should not leave it empty - For the footer, instead of
div
change it intofooter
tag to make it more readable - It is common to use
div
to wrap the.container
but for best practices, usingmain
tag is advisable for accessibility.
Overall you did well and keep going!
0@alkarim99Posted almost 3 years ago@RioCantre thank you for the advice given, it means a lot to me who wants to hone my frontend skills, I will try it
0 - Add
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