Design comparison
SolutionDesign
Solution retrospective
Did not have the chance to change the background white color to the other one.
Community feedback
- @MavreonPosted over 2 years ago
Hello Miletiko, great job on this one! Concerning your issue of not being able to change the background color of the body, that's pretty easy using
background-color: light-blue
in the body block of your CSS script. Like this...body { font-family: 'Red Hat Display', sans-serif; margin: 0; font-size: 16px; background: url(../images/pattern-background-desktop.svg) repeat-X 0 0; *background-color: lightblue;* }
Using whatever color was specified in the styling document, I can't remember that's why I represented it using "light-blue". I hope this helps☺
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