waad2lf / Qr-code-frontend-mentor-code-challenge-solution

implementation of the Qr code challenge from the front-end mentor

Home Page:https://waad2lf.github.io/Qr-code-frontend-mentor-code-challenge-solution/

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

Overview

Screenshot

My process

Built with

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

What I learned

i learnt how to use border radius.

 <h2>
  Improve your front-end skills by building projects
  </h2>
 #item {
    background-color: white;
    width: 250px;
    margin-top: 20%;
    border-radius: 5%;
    margin-left: 30px;
  }

Author

About

implementation of the Qr code challenge from the front-end mentor

https://waad2lf.github.io/Qr-code-frontend-mentor-code-challenge-solution/


Languages

Language:CSS 71.9%Language:HTML 28.1%