Design comparison
SolutionDesign
Community feedback
- @BlackpachamamePosted 10 months ago
Good job!
Here are some comments that may help you:
- The
<div class="container">
should be<main class="container">
, i think the currentmain
is not necessary. - The
<div class="attribution">
should be<footer class="attribution">
- To separate the
main
from thefooter
, you can simply place agap: 20px
in thebody
0 - The
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