Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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



A QR Code Image


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