Design comparison
SolutionDesign
Solution retrospective
Any comments and suggestions are welcome!
Thanks in advance!
Community feedback
- @minimalsmPosted about 3 years ago
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 helpful0@hoangnam-nguyenPosted about 3 years ago@minimalsm Thank you very much! I have updated the solution after fixing the issues that you mentioned:
- Uppercase headings
- Fix my mistake in referencing the fonts
- Set main's width to 80rem, this seems to fix the overflow issue
0 - your headings should be uppercase (you could do this using
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