Skip to content

johnfigs/qr-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

Screenshot

Design preview for the QR code component coding challenge

Links

My process

Built with

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

What I learned

I stepped back into Frontend Development with this project as it's been some time since I've worked on HTML/CSS. I've been spending time on algorithms. I struggled with the vertical size of the parent div being large enough to hold the children elements. I solved this by using the below:

    .qr-container {
        height: auto;
    }

Continued development

I would like to grow into using CSS best practices that are efficient and scalable. I would like to continue focusing on the way parent width plays with children elements.

Author

Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.

About

qr-compnent exercise from Frontend Mentor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors