Design comparison
SolutionDesign
Solution retrospective
Hi it's my third project and it learned me so much. If you know how make it better tell me please. Thank you :)
Community feedback
- @oshudevPosted over 2 years ago
Hi Sebastian, great job!
Add the
main
tag and wrap the card for Accessibility. It should be like this:<body> <main> <div class="card"></div> </main> </body>
Also when styling a button always put
font-family: inherit;
so that it matches the overall font family.Overall you did well! Hope it helps.
Marked as helpful1@SebastianLakaPosted over 2 years ago@eurus1108 Hi thank you for your feedback :) i changed and added main for html and added class for button as you said. It's helpful :D
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