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

https://github.com/code-beaker/single-price-grid-code

Frontend Mentor Challenge solution
https://github.com/code-beaker/single-price-grid-code

challenge css frontend-mentor grid-layout web

Last synced: 8 months ago
JSON representation

Frontend Mentor Challenge solution

Awesome Lists containing this project

README

          

# Frontend Mentor - Single price grid component solution

This is a solution to the [Single price grid component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/single-price-grid-component-5ce41129d0ff452fec5abbbc). 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)
- [Continued development](#continued-development)

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

## Overview

### Screenshot

#### Desktop Screen Preview

![](./screenshot.png)

#### Mobile Screen Preview

![](./screenshot-mobile.png)

### Links

- Solution URL: https://github.com/Code-Beaker/single-price-grid-code
- Live Site URL: [Add live site URL here](https://your-live-site-url.com)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Colors
- Font family
- Font sizes
- CSS Grid
- Grid template columns
- Grid rows
- Responsive Design
- Mobile Screens
- Desktop screens

### Continued development

As of this project, I have understood that CSS Grid is not as easy as I thought it would be. I want to learn more about grid, so that I can become better at it.