Design comparison
SolutionDesign
Solution retrospective
Hi there! I tried my best to complete this challenge using grid layout associated with flexbox so any feedback regarding that is welcome. Also if you have any thought on the HTML markup, don't hesitate.
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi Paul-henry662! My name is Vanza!
I have some feedback on this solution:
- Replace all your
h1
withh2
, since it's a best practice that only have oneh1
on every html page. - Replace all your
button
witha
tags since if it is a real website, the learn more button will point to another page. - For your
section h1
, try change thefont-size
usingrem
unit. It's simply because it will allow the user to change the font size base on their browser setting.
That's it! Hopefully this is helpful!
Happy Coding!
1 - Replace all your
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