Submitted over 2 years ago
Responsive landing page using HTML5, CSS3, Grid and FLexbox
@FlowerWineMonk
Design comparison
SolutionDesign
Solution retrospective
Hello, guys!
It's truly been a long time since I last uploaded something. Please, tell me if I did something wrong, so that next time I won't make such a mistake.
Yeah, one more thing. Should I learn Bootstrap, Tailwind and SASS or Flexbox and Grid are enough to start learning Javascript
Community feedback
- @bahati7Posted over 2 years ago
Hello there:)
You've done a good job on this; just some tips to improve the code:
- wrap your code in a "main tag"
- interactive controls (button, links) must not be nested like <button class="button"><a href="#" class="hash">Sign Up</a></button>. just use "a" tag.
- try to use media queries for mobile design, there is a problem of responsiveness. @media (max-width:765px){...}
Once again good job!!!
Marked as helpful0
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