Submitted almost 3 years ago
Responsive landing page using flexbox and media queries
@yadneshdevkar
Design comparison
SolutionDesign
Solution retrospective
Tried my best looking for recommendations please visit my code .
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Great job making this far. As for your code I think you need to considered the following...
- Clean the whitepsaces in your code
- Instead of using
section
to wrap the content, usemain
tag - It's bad value to use
<img src="images/facebook (1).png" alt="" class="footer-icon"></a>
keep it clean for instance<img src="images/facebook(1).png" alt="facebook" class="footer-icon"></a>
- Adjust the properties inside the
mockups
ruleset ...
mockups { width: 50%; margin-top: 4rem; margin-left: 2rem; }
- Add
margin-left: 4rem;
to the logo for alignment
Overall you did well. Keep going and hope this helps!
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