Skip to content

YuBaichuan2000/qr-code-challenge

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

Overview

Screenshot

screenshot

Links

My process

Built with

  • HTML5
  • CSS3

What I learned

One popular skill I learnt was how to set a background image. I believe I will use this skill over and over again in the future.

#qr-code {
    width: 100%;
    height: 100%;
    background-image: url('images/image-qr-code.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

Author

About

This is a frontend practice from Frontend Mentor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published