
Design comparison
SolutionDesign
Community feedback
- @MaximilianoDanielGarciaPosted over 1 year ago
Hi Sebastian, great job!
If you want to improve your background image you should add this:
body { background-size: contain; background-position: center -25%; }
Also, I noticed that your
.container
class should have more height, maybeheight: 650px;
and remove itsmargin-top: 50px
;After you apply these it will looks better.
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