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.
Note: Delete this note and update the table of contents based on what sections you keep.
- Solution URL: My solution
- Live Site URL: live QR code Site
- Semantic HTML5 markup
- CSS variables
- Flexbox
- Mobile-first workflow
In this challenge I learned to declare display: flex
twice. I didn't know that. I also used relative units instead of pixels wich helped with responsiveness.
I need to improve my ability to deal with units. At the beginning I sttrugled a litle because I was using percentages instead of rem's. After this change I was able to finish the project. I didn't used any media queries.