Design comparison
SolutionDesign
Community feedback
- @ArpitTheSlayerPosted 24 days ago
There are three problems with your code:
- You have set the height property of body tag to 100vh which is not good because it is making your website not show up how it should have. I think you were trying to use min-height property. Fix that.
- You only use Young Serif font for all the tags which is also not good. You should only use it for headings. For others use Outfit font.
- Your website is not responsive for mobiles, fix that as well.
Marked as helpful0@ernieJohnPosted 23 days agothank you so much@ArpitTheSlayer, i working on that. I appreciate your comment and it was helpful.\
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