Skip to content

7A9Oo/qr-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

QR code Component

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

in this project i learned how to import and use font from google font, and how to use flexbox to center elements horizontally and vertically

code snippets:

.container {
    height: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
}

Useful resources

  • elzero - This web site helped me for learning HTML and CSS and Git. I really liked this pattern and will use it going forward.

Author

Acknowledgments

I would like to express my heartfelt gratitude to Osama Elzero for invaluable assistance. his support and guidance have been tremendously helpful, and I am truly grateful for his time and effort.

About

qr-code-component front end mentor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published