Skip to content

Onose12/FRONT-END-MENTOR-PROJECTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid

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.

I learnt how to use the flexbox in CSS from this project and using a diffrent font style in html head.

To see how you can add code snippets, see below:

<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
   body{
    background-color: hsl(212,45%, 89%);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
}

Continued development

I want to continue focusing on using css flex in future projects.. Not so clear on it yet. I am still not comfortable with using the column or rows. Totally confused in that part. I would also want to be perfect in using the display function.Dont know when it should be flex, absolute, fixed etc. *

Useful resources

Author

Acknowledgments

This is where you can give a hat tip to anyone who helped you out on this project. Perhaps you worked in a team or got some inspiration from someone else's solution. This is the perfect place to give them some credit.

Before I go, I would like to thank my mentor from She Code Africa, Benin Chapter for encouraging to try this out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published