QR code component solution

Solution retrospective
Hello, Frontend Mentor Community ! This is my first project solution. I would appreciate it if you leave a comment.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AssadullahADELYAR
Hello!
You have done a great job, in my opinion for margin in container class you can do with one line of code and for box-shadow you can put the first value 0px and increase the 3rd value for blur.
.container { background-color: var(--white); border-radius: 20px; margin: 60px 30px 60px 30px; width: 340px; margin-right: auto; margin-left: auto; text-align: center; box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4); }
.container { margin: 0 auto; box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.1); }
I hope it was helpful for you
Happy coding,
Marked as helpful
Join 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