Skip to content

OneManBanned/QR-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Challenge to replicate a card layout.

Links

My process

I started with the HTML. Creating a div to act as my flexbox container.
Then used CSS to style.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • BEM
  • Google Fonts

What I learned

The only problem I had with this challenge was centering the text inside the container. I was attempting to use flexbox to center it, eventually I used google to find a solution, and ended up using text-align.

.container__title {
   text-align: center;
}

I also had an opportunity to use git and write markdown for the first time.

Useful resources

Author

About

QR- challenge from Frontend Mentor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published