Design comparison
SolutionDesign
Solution retrospective
After a little break I'm back with the new challenge done :)
Would appreciate any kind of feedback! :)
Community feedback
- @ViicDevPosted over 2 years ago
nice job I recommend that when you reach 840px you apply responsive so that there is no space between the background and the SVG background image...
@media (min-width: 840px) { body{ background-image: url(""); background-repeat: no-repeat; background-position: right 2vw bottom 0; background-size: 170vh; } } soon I will be uploading this practice in case you like to turn to my repository
Marked as helpful1
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