Skip to content

OkeraM/QR_Code_Component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR_Code_Component

Front-end Mentor: QR code html,css project

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

Screenshot

Screen Shot 2022-05-25 at 5 30 46 PM

Links

My process

Built with

  • HTML
  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS
  • Styled Components - For styles

Note: These are just examples. Delete this note and replace the list above with your own choices

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:

I am proud of being able to center this css element in the middle of the screen, but I'm sure there are easier ways of doing this.

.QR_background { background-color: white; position: fixed; top: 25%; left: 50%; margin-top: -50px; margin-left: -180px; width: 330px; height: 500px; border-radius: 5%; }

Continued development

In the future, I want to focus on getting more accustomed to using style elements.

Useful resources

Author

About

QR code html,css project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors