Skip to content

surajsharma19/QR-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

Links

My process

Built with

  • HTML5 markup
  • CSS custom properties

What I learned

I learn about basic of HTML and CSS and also about how to use postion to center the element, what is the use of max-width and how to use box-shadow.

.card{
    width: 100%;
    max-width: 302px;
    height: 470px;
    position: absolute;
    margin: auto;
    inset: 0;
    border-radius: 16px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 0 10px hsla(219, 15%, 55%, 0.304);
    padding: 16px;
    text-align: center;
}

Continued development

I am learning more about CSS and will learn more about flexbox, grid and responsiveness.

Useful resources

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors