Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome. π
Community feedback
- @basitkoraiPosted over 1 year ago
Hi, my friend. π I'm delighted that you have completed the project
I have some suggestions to improve your project.
-
Set
min-height: 100vh;
to the<main>
element for centering everything. -
For the container, you should opt for
<article>
tag instead of a simple<div>
tag. -
For the headings, go for the actual
<heading>
tags. -
For the description, go for the actual
<paragraph>
tags. -
Also fix the font for the
<buttons>
-
Fix padding under the icons.
Upvote the comment if it helps
I hope these tips will help you improve your code.π
Happy CodingβοΈ
Marked as helpful0 -
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