Design comparison
SolutionDesign
Community feedback
- @MaximilianoDanielGarciaPosted 11 months ago
Hi @chuantiong, great job!
If you want to improve how to looks your background image, you should add this:
body { background-size: contain; background-repeat: no-repeat; background-color: #dfe6fb7d; background-position: center -25%; }
The
background-size: contain;
resize the background image to make sure the image is fully visible.After you apply these it will be look better.
0@chuantiongPosted 11 months ago@MaximilianoDanielGarcia Thank you so much for the prompt. It works.
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