Skip to content

Pratyush-Dehury/QR-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - QR code component solution

This is a solution to the QR code component challenge on Frontend Mentor.

Table of contents

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Bootstrap - Frontend Library

What I learned

  • Used it to revise my lessons on css3 and html5.
  • Got a chance to put one of the Bootstrap component called card in action.
  • Learned to make use of media query breakpoints
@media screen and (max-width: 375px) {
   .card{
       width:82%;
   }
}

Continued development

  • Require further study on responsive design

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors