Submitted over 1 year ago
Huddle Landing Page With Single Introductory Section
@imkarvendhan
Design comparison
SolutionDesign
Solution retrospective
Hi, Give Some Feedback To Improve my Code at Next Time
Community feedback
- @bowen-weiPosted over 1 year ago
hey 👋, great job, but looks like you didn't center the elements inside your main section you can do this with :
/* Main Section */ main{ min-height: 100vh; display: flex; flex-direction: column; justify-content: center; background-color: hsl(257, 40%, 49%); background-image: url(../images/bg-desktop.svg); background-repeat: no-repeat; }
Hope that helps you
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