Design comparison
Solution retrospective
Feel free to feedback! Thank you!
Community feedback
- @SamadeenPosted over 2 years ago
Hey! Cheers on completing this challenge! -Here are my suggestions
1.You can use the margin down to push your card a little bit down to make it at the center of your page.
- You can always use <main> to wrap your content instead of <div> . Over all you did very well.. Happy βΊ coding!!!
Marked as helpful1 - @NaveenGumastePosted over 2 years ago
Hello a coffee mug ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
Always use
h1
first and thenh2
,h3
and so on -
Headings should only increase by one use h1 first then h2 etc..
-
Add Main tag after body
<main class="container"></main>
happy Codingπ
Marked as helpful1 -
- Account deleted
Hello there! π
Congratulations on finishing your challenge! π
I have some feedback on this solution:
- Always Use Semantic HTML instead of
div
like<main>
<header>
<footer>
, etc for more info
i hope this is helpful and goodluck!
Marked as helpful1@eeffoCdecIPosted over 2 years ago@Old1337 Thank you for your feedback! I really appreciate it π
1 - Always Use Semantic HTML instead of
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