Skip to content

juanalbglz/qr-code-component-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

Screenshot

Links

My process

Configure the background of the site with the finished image of the project and start building it

Built with

  • Semantic HTML5 markup
  • CSS custom properties

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

What I learned

Center a div on the page

body {
  height: 100%;
  position: relative;
}

.centered {
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

Useful resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published