moelazhari / QR-Code-Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Screenshot

screenshot

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties

What I learned

I learned how to kinda "centering" a div using just margin:

div{
  margin: 25vh auto;
}

Author

About


Languages

Language:HTML 63.3%Language:CSS 36.7%