Design comparison
Solution retrospective
I am willing to receive feedback for suggestions and improvements to my code.
Community feedback
- 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 -
heading should increase by one use h1 first then h2 etc..
i hope this is helpful and goodluck
2@LucasGabriell97Posted over 2 years ago@Old1337 Thank you so much for the feedback! I think I've managed to fix this problems you mentioned. ππ
1 -
- @shashreesamuelPosted over 2 years ago
Hey there LucasGabriell97 good job on finishing this challenge. Keep up the good work.
Your design looks good however I think the card needs to be scaled up a little. You can do this using the css transform property
transform: scale()
.In terms of your accessibility issues
-
Heading levels should only increase by one
-
Wrap all your content within
<main>
tags -
Change
<div class=`attribution`>
to<footer class=`attribution`>
I hope this helps
Cheers, Happy coding π
1@LucasGabriell97Posted over 2 years ago@TheCoderGuru I made the correction changes, thank you very much. ππ
0 -
- @NaveenGumastePosted over 2 years ago
Hello Lucas Gabriell ! 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 -
Warp your card content around the main tag Ex: π
<body> <main class="container"> *all you content here* </main> </body>
happy Codingπ
1@LucasGabriell97Posted over 2 years ago@Crazimonk I managed to solve this problem, thank you for the feedback. ππ
1 -
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