HTML, CSS, JS

Solution retrospective
Any comments and suggestions are welcome!
Thanks in advance!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @minimalsm
Hey :-) just a couple of things I would fix:
- your headings should be uppercase (you could do this using
text-transform: uppercase;
so you don't have to hardcode it) - on the live version the buttons are in cursive (seems to be the fallback, are the fonts being loaded and referenced correctly?)
- having your main set to
85vw
causes some overflow issues right before you hit the48rem
media query
Marked as helpful - your headings should be uppercase (you could do this using
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