This is a solution to the QR code component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
A solution for QR Code Component
This project was developed with HTML5 and CSS basics.
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
This exercise was helpful to understand the concepts, use and correct application of flexbox on a nested containers (divs). I also started to learn how to configure the padding for each container to aim at a pixel perfect design.
I still have to improve the responsive design, perhaps that is the principal problem of the this solution. And my CSS coding, obviously.
- (https://www.freecodecamp.org/espanol/news/como-centrar-cualquier-cosa-en-css-usando-flexbox-y-grid/) This article help me to better understanding and use of flexbox rules.