Design comparison
SolutionDesign
Solution retrospective
What I learned In this project, I have learned how to embed an svg image at 45vw and 45vh on the background, below is the CSS code for it.
To see how you can add code snippets, see below:
body{ background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg); background-repeat: no-repeat; background-size: cover; background-position: right 45vw bottom 45vh, 45vw 45vh; }
Any recommendations, feedback and advice to improve my project or skills are welcome. :D
Community feedback
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