Design comparison
SolutionDesign
Community feedback
- @JacobMarshall0Posted about 2 years ago
If you want the whole background to be the design's background colour, you can style the body tag.
body { background-color: hsl(212, 45%, 89%); }
You can also use Flexbox to center the qr card component, instead of using margins.
You may also want to check out media rules, to help with mobile views. Here is a useful resource.
Good luck with your future challenges.
0
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