Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. One thing that you can change
body{ background-color: #d6e1ffa8; background-image: url(images/pattern-background-desktop.svg); background-repeat: repeat-x; /* change this to no-repeat */ background-size: contain; /* this will fill the background in the width of the page */ margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; }
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