Design comparison
SolutionDesign
Solution retrospective
Feedback Welcome
Community feedback
- @superpooperxxxPosted almost 2 years ago
Hi, looks good🔥
- Set background to .card as a background-image: url(/images/bg-pattern-card.svg) Get rid of this⬇️
<div class="image"></div> .image{ width: 100%; height: 35%; border-top-left-radius: 10px; border-top-right-radius: 10px; background-image: url(/images/bg-pattern-card.svg); }
- <body> by default has width: 100%. And better set min-height: 100vh
body{ width: 100%; height: 100%;
Happy coding ❤️ Hope this was 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