Skip to content

CD1CH/qr-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

This project is a simple QR code component built using HTML and CSS.
The goal was to recreate a clean and responsive card layout that matches the design provided by Frontend Mentor.

It displays a QR code that, when scanned, leads users to the Frontend Mentor website.
The challenge focuses on practicing layout skills (centering, spacing, font styling) and learning how to make content responsive for both mobile (375px) and desktop (1440px) screens.

Screenshot

alt text

Links


My process

Built with

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

What I learned

Through this challenge, I practiced:

  • How to center a div both horizontally and vertically using Flexbox:
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

About

My Frontend Mentor QR code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages