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

https://github.com/twinklebyte/qr-code-component

A qr code preview using CSS Grid
https://github.com/twinklebyte/qr-code-component

Last synced: about 1 month ago
JSON representation

A qr code preview using CSS Grid

Awesome Lists containing this project

README

          

# Frontend Mentor - Contact form solution

This is a solution to the [Contact form challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/contact-form--G-hYlqKJj). 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)

**Note: Delete this note and update the table of contents based on what sections you keep.**

## Overview

### Screenshot

![image](https://github.com/TwinkleByte/QR-code-component/assets/91601992/a64a53a6-f405-49e7-9b4a-9949268254ee)

### Links

- Solution URL: [Solution](https://github.com/TwinkleByte/QR-code-component)
- Live Site URL: [Live site URL](https://twinklebyte.github.io/QR-code-component/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow

**Note: These are just examples. Delete this note and replace the list above with your own choices**

### What I learned
I learned CSS Grid, Rem, Media Queries, HTML Structuring, Image Manipulation.
To see how you can add code snippets, see below:

```html


Image

Improve your front-end skills by building projects


Scan the QR code to visit Frontend Mentor and take your coding skills to the next level



```
```css
.container {
background-color: var(--bg-2);
display: block;
border-radius: 0.8rem;
margin: auto;
margin-top: 12rem;
width: max-content;
height: 33.333rem;
box-shadow: 0rem 1rem 1rem 2px rgba(0, 0, 0, 0.15);
}
```
## Author

- Frontend Mentor - [@TwinkleByte](https://www.frontendmentor.io/profile/TwinkleByte)
- Github - [@TwinkleByte](https://github.com/TwinkleByte)