@SahidAhmed09Submitted over 1 year ago
How to get the background in the QR code design and how to apply shadow effects
How to get the background in the QR code design and how to apply shadow effects
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