Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Carraras, congratulations for your solution!
Your solution design is just perfect, but note that the background-image isn't not scaling properly and is getting distort. The best way to apply the background-image / color in this case is using the body.
You can add it to body using the following properties:
body { background-color: purple; background-image: url (./images/bg-desktop.svg); background-position: top; background-size: container; }
I hope it helps and happy coding !
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