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.
- Solution URL: QR Code Component (SASS + Flexbox) | Frontend Mentor
- Live Site URL: https://qr-code-component-hdz.vercel.app/
- Semantic HTML5 markup
- Flexbox
- SASS - Sass modules
- Frontend Mentor - @melvinaguilar
When using sass in order to build this solution
- Install
sassif not yet installed:
npm install -g sass- Run build command from command line:
sass assets/sass/main.scss assets/css/style.css- If you want to edit the code and test, in the root folder of this repository, run this command from the command line:
sass --watch assets/sass/main.scss assets/css/style.css.
βββ assets
βΒ Β βββ css
βΒ Β βΒ Β βββ style.css
βΒ Β βΒ Β βββ style.css.map
βΒ Β βββ images
βΒ Β βΒ Β βββ favicon-32x32.png
βΒ Β βΒ Β βββ image-qr-code.png
βΒ Β βββ sass
βΒ Β βββ abstract
βΒ Β βΒ Β βββ _mixins.scss
βΒ Β βΒ Β βββ _variables.scss
βΒ Β βββ base
βΒ Β βΒ Β βββ _page.scss
βΒ Β βΒ Β βββ _reset.scss
βΒ Β βββ component
βΒ Β βΒ Β βββ _attribution.scss
βΒ Β βΒ Β βββ _card.scss
βΒ Β βΒ Β βββ _heading.scss
βΒ Β βββ layout
βΒ Β βΒ Β βββ _main-section.scss
βΒ Β βββ main.scss
βββ design
βΒ Β βββ desktop-design.jpg
βΒ Β βββ desktop-preview.jpg
βΒ Β βββ mobile-design.jpg
βΒ Β βββ screenshot.png
βββ index.html
βββ README.md
