Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Madu Jang, congratulations for your new solution!
Here's some tips for you to improve the background and fix some issues:
Add the color for the background
background-color: #ebf0ff;
addcontain
to make the background take the screen full widthbackground-size: contain;
and this to make tha background stop to repeatbackground-repeat: no-repeat;
body { font-family: 'Red Hat Display', sans-serif; background-image: url(images/pattern-background-desktop.svg); background-size: contain; background-repeat: no-repeat; background-color: #ebf0ff; }
π I hope this helps you and happy coding!
Marked as helpful0
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