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.
Desktop screen
Mobile screen
- Solution URL: https://github.com/evertzner/qr-code-component-main
- Live Site URL: https://friendly-otter-7649bc.netlify.app/
- Semantic HTML5 markup
- CSS custom properties
- SCSS
- Flexbox
- CSS Grid
- Mobile-first workflow
How to adapt sizes depending on the viewport.
@media only screen and (max-width: $bp-mobile) {
width: 85vw;
padding: 4vw;
border-radius: 4vw;
gap: 3vw;
}
- Kevin Powell - Amazing YouTube channel to learn all about CSS.
- GitHub - evertzner
- Frontend Mentor - @evertznerd like to share.**