Design comparison
SolutionDesign
Solution retrospective
Suggestions are welcomed!
Community feedback
- @hitmorecodePosted about 1 year ago
nice well done.
body{ display: flex; justify-content: center; align-items: center; background-image: url("pattern-background-desktop.svg"); font-family: 'Red Hat Display', sans-serif; /* add these three lines to fix the background image and to place the card in the middle of the page */ background-repeat: no-repeat; background-size: contain; min-height: 100vh; }
1
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