Skip to content

evertzner/qr-code-component-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - QR code component solution

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.

Table of contents

Overview

Screenshot

Desktop screen

Mobile screen

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • SCSS
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

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;
}

Useful resources

  • Kevin Powell - Amazing YouTube channel to learn all about CSS.

Author

About

QR Code component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published