Skip to content

hdreddy/Frontendmentor-coding-challenges

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

Overview

Screenshot

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Grid

What I learned

<a href="https://github.com/hdreddy" target="_blank">Dedeepya Reddy</a>.
body{
    text-align: center;
    background-color: hsl(212, 45%, 89%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

Continued development

  • need to focus of HTML elements
  • css container positioning

Useful resources

  • Example resource 1 - This helped me for center positioning the div. I really liked this pattern and will use it going forward.

Author

About

Front End Coding Challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors