SASS, GIT, BEM, RWD

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 :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @oshudev
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 helpful
Join 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