![](https://res.cloudinary.com/dz209s6jk/image/upload/f_auto,q_auto,w_900/Screenshots/pxriu3ttmn5nb4xk3k2u.jpg)
Submitted almost 2 years ago
QR code component using CSS custom properties and flex box
#bem#accessibility
P
@WesselKonstantinov
Design comparison
SolutionDesign
Solution retrospective
This is my solution to the QR code component challenge. I decided to include a CSS reset to set up some default styles. I looked into Andy Bell's one for this. This reset contains styles referring to tags that I did not use in this challenge. For example:
/* Inherit fonts for inputs and buttons */ input, button, textarea, select { font: inherit; }
Should I leave out the default styles that are not relevant to the styling of the QR code component or is it better to always include the entire CSS reset?
I am looking forward to your feedback and suggestions!
Community feedback
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