Design comparison
SolutionDesign
Solution retrospective
This is my 3rd submission. I have a problem with background wave on the body. Any feedback is very welcome. Thank's
Community feedback
- @afrusselPosted about 3 years ago
Good work brother 👏. For background image use below code
body { font-family: 'Red Hat Display', sans-serif; min-height: 100vh; background-image: url(../img/pattern-background-desktop.svg); background-repeat: no-repeat; background-size: cover; background-color: hsl(225, 100%, 94%); position: relative; font-size: 16px; }
1
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