Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Hey there,
nice work with the card, but it looks like some issues with bg images. You can solve that easily:
Remove position:absolute and instead add these to the body
- background: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg);
- background-color: #19a2ae;
- background-repeat: no-repeat,no-repeat;
- background-position: right 52vw bottom 35vh,left 48vw top 52vh;
- min-height: 100vh;
Hope you find this feedback helpful!
Marked as helpful0
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