Design comparison
SolutionDesign
Solution retrospective
How to get the background in the QR code design and how to apply shadow effects
Community feedback
- @Quinten-14Posted over 1 year ago
the background is color hsl(212, 45%, 89%). To get a basic shadow use: box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
Don't forget that you might need to tweak the shadow a bit to get it to match up.
Most items like colors can be found in the style-guide.md file.
Also take a look at the warnings what's wrong with them because they also help you fix stuff that you haven't asked for in your question. If you have any other questions don't hesitate to ask them in here
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