Skip to content

Frontend Mentor challenge to build out this QR code component and get it looking as close to the design as possible.

Notifications You must be signed in to change notification settings

LewistechKe/FEM-Qr-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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.jpg]

Links

My process

Built with

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

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

</head>
<body>

<div class="card">
  <div class="card-container">
    <img src="./images/image-qr-code.png" alt="QR CODE">
    
      <h2>Improve your front-end <br> skills by building projects</h2>
      <p>Scan the Qr code to visit frontend <br> Mentor and take your coding skills to <br> the next level</p>

  </div>
</div>

</body>
</html>
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

:root {
    --White: hsl(0, 0%, 100%);
    --Light-gray: hsl(212, 45%, 89%);
    --Grayish-blue: hsl(220, 15%, 55%);
    --Dark-blue: hsl(218, 44%, 22%);
}

Author

Acknowledgments

I achnowledge the frontend team for such cool designs and starter designs to help us learn and build projects

About

Frontend Mentor challenge to build out this QR code component and get it looking as close to the design as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published