Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Hey Elizabeth,
Good work with the card! There seems to be some issues with the background images tho. You can fix that by using the following properties:
background: url(images/bg-pattern-top.svg),url(images/bg-pattern-bottom.svg); background-color: #19a2ae; background-position: right 52vw bottom 35vh,left 48vw top 52vh; background-repeat: no-repeat,no-repeat;
just copy paste this to the body :)
Hope you find this feedback helpful!
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