Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baayeh/qr-code-component
A project to create a QR-code component
https://github.com/baayeh/qr-code-component
Last synced: 5 days ago
JSON representation
A project to create a QR-code component
- Host: GitHub
- URL: https://github.com/baayeh/qr-code-component
- Owner: Baayeh
- License: mit
- Created: 2022-09-24T03:16:20.000Z (about 2 years ago)
- Default Branch: qr-component
- Last Pushed: 2022-09-24T13:23:10.000Z (about 2 years ago)
- Last Synced: 2024-10-23T13:37:28.143Z (15 days ago)
- Language: HTML
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Mentor - QR code component solution
This is a solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### Screenshot
![Desktop View](./screenshot.PNG)
![Mobile View](./mobile-screenshot.PNG)### Links
- Live Site URL: [QR-Code Component](https://baayeh.github.io/qr-code-component/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow### What I learned
I learned how to center an element using flexbox
```html
Improve your front-end
skills by building projects
Scan this QR code to visit Frontend
Mentor and take your coding skills to
the next level
```
```css
main {
background-color: hsl(212, 45%, 89%);
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
```## Author
- Website - [Kwasi Antwi Baayeh](https://baayeh.github.io/portfolio/)
- Frontend Mentor - [@Baayeh](https://www.frontendmentor.io/profile/Baayeh)
- Twitter - [@Cest_Baayeh](https://twitter.com/Cest_Baayeh)## Acknowledgments
- Frontend Mentor