Skip to content

MosesKipyegon/Qr-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

Seemed simple html css but actualy it is simple you just have to think around it well being a newbie of course a few things here and there are still challenging

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS variables -Flex
  • Mobile-first workflow

What I learned

Learnt to work around media queries howver my design breaks when I have the two designs together which is mobile view and desktop

And how to throw the design in the middle. using the following code

.proud-of-this-css {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

Continued development

I definitely have to work around media queries as this is still a big challenge for me

Useful resources

CSS Secrets pdf file that I coped online helped me position things vertically centered

Author

About

Another frontend mentor challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published