Skip to content

this is an assignment by frontend mentor to develop the front end version of a qr code component

Notifications You must be signed in to change notification settings

Oiza123/qr-code-for-fontend-mentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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.

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

<h1>Some HTML code I'm proud of</h1>
```<div class="second-body"> <img src="images/image-qr-code.png" alt="qr code image">
    <p>
    <h1 class="one-section">Improve your front-end <br /> skills by building projects</h1>
    <div class="two-section"><br />
      Scan the QR code to visit Frontend <br /> Mentor and take your coding skills to <br />the next level</div>
    </p>
```css
.proud-of-this-css 
  body {
  font-family: "Outfit", sans-serif;
  background-color: hsl(212, 45%, 89%);
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh- 1px);
  margin: 1.25rem;
}



### Continued development
I hope to continue upgrading my css development skills especially positioning and colour arrangement. 
I also will work on my javascript skills.


## Author

- Website - [Oiza](https://linktr.ee/oizadigitech)
- Frontend Mentor - [@Oiza123](https://www.frontendmentor.io/profile/Oiza123)



## Acknowledgments

I am grateful to frontend mentor for giving me the platform to practice this skill.

About

this is an assignment by frontend mentor to develop the front end version of a qr code component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published