Profile with dates

Solution retrospective
What did you find difficult while building the project? In this project it was difficult to locate the two background images, I did not know how to use these properties correctly. That is, combine them so that they look like one.
Which areas of your code are you unsure of?
body{
background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg);
background-position: right 51vw bottom 20vh, left 45vw top 50vh;}
Do you have any questions about best practices? I would like to know other way to do this combination of images.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on MISAEL JOEL PEREZ VARGAS's solution.
Join 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