Skip to content

Files

Latest commit

52715bd · Dec 13, 2022

History

History

qr-code-component-main

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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
  • CSS Grid

What I learned

During this exercise i learned how important it is to properly structure websites/ webpages in needed and only necessary html tags, guring this process i placed all my contents in a div tag, which were not needed, they only crowded my code, and gave me extra work, i had to start afresh, so lets keep our pages well structed.

Continued development

I am currently focusing on learning react, and will proceed with other frontend developer exercises.

Useful resources

  • Centering Divs - This was helpful in centering the boxes in this exercise, highly recommended.
  • Working with Images - This is an amazing article which helped me finally understand images. I'd recommend it to anyone still learning this concept.

Author