Huddle Landing Page With Single Introductory Section Master
Design comparison
Solution retrospective
Feedbacks are appreciated
Community feedback
- @HassiaiPosted almost 2 years ago
Replace <h2 class="illus-h2"> with the <p> and <div class="illus-link"> <a href="#" target="_blank" class="link" title="Click here to Register"> with a button tag.
There is no need to give the body a max-width and min-height values.
Give the header, the main and the footer
max-width:1440px; width:80%; margin: 0 auto;
for the right and left side space of the content.There is no need to give the main a width and height value. give it a margin top and bottom values.
Use rem or em as unit for the padding, margin, width and preferably rem for the font-size for more on CSS units watch this https://youtu.be/N5wpD9Ov_To
Hope am helpful HAPPY CODING
Marked as helpful1
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