Submitted about 2 years ago
Huddle Landing Page With A Single Introductory Section
@diaaFaris
Design comparison
SolutionDesign
Solution retrospective
I hope someone can give me some tips to improve my code.
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Diaa Faris, Congratulations on completing this challenge!
I saw your solution preview site and I think it's already really good, the html tags are all correct and the solution is full responsive. Here’s some tips for you to improve it:
Your whole design isn't fully aligned yet, to align it you've missed the
display: flex
anddirection: column; / align-items: center; / justify-content: center;
body { min-height: 100vh; font-family: "Open Sans", sans-serif; background-image: url(images/bg-desktop.svg); background-size: cover; background-color: var(--violet); color: white; padding: 0; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
✌️ I hope this helps you and 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