Skip to content

GSD3v08/qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

In this challenge I learned:

  • that adding some padding to bottom of the main container in this case 'card' helps to always have a little space between the last element we add and the bottom of the box.
  • how horizontal/vertical align works relative to viewport.
  • how rem & em units work.

Maybe these concepts are not so important but I'm just keep learning step by step.

Continued development

  • Keep using flexbox until I get used to it.
  • Next challenges I will focus on how responsive works and try to implement in future designs.

Author