Skip to content

Desire4tech/Frontend-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

desktop mobile

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

I learned how to add shadow, how to make an item centered and responsive.

.proud-of-this-css {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
     box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.05);
}

Continued development

I would still be interested in working with the display properties and box-shadow as well.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published