Huddle landing page with alternating feature blocks using HTML and CSS
Design comparison
Community feedback
- @adil-khursheedPosted about 2 years ago
Hey Lucas, Thanks for the suggestions.π Will do the needful changes soon.
0 - @correlucasPosted about 2 years ago
πΎHello Adil Khursheed, Congratulations on completing this challenge!
Here's some tips for you:
1.Instead of using a div called
header
add the tag for that<header>
to improve the semantic. For the hero use<section>
, for the section with the cards use<article>
.This article from Freecodecamp explains the main HTML semantic TAGS: https://www.freecodecamp.org/news/semantic-html5-elements/2.Save your time using a CSS RESET to remove all default settings that are annoying as the margins, paddings, decorations and optimize it making easier to work,see the article below where you can copy and paste this css code cheatsheet: https://piccalil.li/blog/a-modern-css-reset/
βοΈ I hope this helps you and happy coding!
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