Skip to content

skar5268/QR-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-code-component

This is a solution for a challenge on Frontend Mentor.

Links: Live | Challenge | Solution

Table of contents

My process

In this project, I focused on building a QR code component based on a Figma design. I used semantic HTML5 for the structure and SASS to manage the styles. To ensure the card was centered on the page, I implemented a clean layout using Flexbox.

Built with

  • Semantic HTML5 markup
  • SASS
  • CSS custom properties: CSS Reset, box-shadow
  • Flexbox
  • Google Fonts

What I learned

Through this project, I reviewed how to use SASS effectively, including importing fonts from external websites, managing code structure, and creating variables. Additionally, I revisited the use of the box-shadow property in CSS and practiced checking layouts by using Figma.

  • Box-shadow snippets:
box-shadow: offset-x offset-y blur-radius spread-radius color;

Useful resources

Author

Releases

No releases published

Packages

No packages published