Design comparison
SolutionDesign
Solution retrospective
Not much to ask in the moment, but all feedback are welcome!
Wish you a good day.
Community feedback
- @palgrammingPosted over 3 years ago
You should remove the
max-width: 100vw; max-height: 100vh;
off the body tag and then add this
background-size: 100vw 40vh; background-position: top center; }
Marked as helpful1@newlomarPosted over 3 years ago@palgramming Amazing!
Thanks a lot, Patrick!
I literally came here to comment that I would work on a background adjust, and then I checked that you already commented.
Thanks for that.
1@palgrammingPosted over 3 years ago@NewLomar well hope it helps it should get you started in a good direction
1@newlomarPosted over 3 years ago@palgramming definitely helped! Thanks a lot, I will search more about background properties.
0@palgrammingPosted over 3 years ago@NewLomar This is a good explanation for adding multiple ones https://www.w3schools.com/Css/css3_backgrounds.asp
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