Design comparison
SolutionDesign
Community feedback
- @nuribugraPosted almost 2 years ago
It's very good solution but I have some suggestions for you.
First of all, you can use
<main>
tag instead of<section>
. This change will make more semantic your codes.In addition, you don't need these css codes:
section { display: flex; flex-direction: column; justify-content: space-around; }
0
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