Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.82 KB

README-template.md

File metadata and controls

51 lines (31 loc) · 1.82 KB

Frontend Mentor - QR code component solution

Table of contents

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

Overview

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.

Screenshot

Links

My process

I complete the solution to the challenge using HTML and CSS, it was initial hard to decode for me majorly when I need the style the QR code using margin or padding to position the image in the div, I use only one div for all the solution, and include the font(Outfit) by adding the link to the google font so that any browser can easily download the font fron font.google.com.

Built with

  • Semantic HTML5 markup
  • CSS custom properties

What I learned

When creating the solution to this challenge I find out more practical difference between using a margin and padding to position your element in a div, also the different between using a font size in the body and in a paragraph

Continued development

on the use of margin and padding.

Author