Skip to content

hastie101/QR-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - QR code 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

Links

My process

Built with

  • Semantic HTML5 markup

  • CSS custom properties

What I learned

<div  class="card"  style="">

<img  src="Images/QR-code.png"  class="card-img-top"  alt="...">

<div  class="card-body">

<h5  class="card-title">Improve your front-end skills by building projects</h5>

<p  class="card-text">Scan the QR code to visit Frontend Mentor and take your coding skills

to the next level</p>

</div>

</div>
.card{

display: flex;

padding: 15px;

border-radius: 20px;

margin: auto ;

margin-bottom: 0;

flex-direction: column;

width: 300px;

}

If you want more help with writing markdown, I'd recommend checking out The Markdown Guide to learn more.

Continued development

I'd like to continue further HTML and CSS development as well as integrate Javascript into future projects.

Useful resources

Author

Acknowledgments

I would like to acknowledge the following for their contribution in helping me make this project a success:

About

Front-end mentor challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors