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
- Host: GitHub
- URL: https://github.com/code-beaker/single-price-grid-code
- Owner: Code-Beaker
- Created: 2023-07-01T04:51:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T05:20:01.000Z (over 2 years ago)
- Last Synced: 2025-02-01T23:34:22.289Z (12 months ago)
- Topics: challenge, css, frontend-mentor, grid-layout, web
- Language: CSS
- Homepage: https://code-beaker.github.io/single-price-grid-code/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

#### Mobile Screen Preview

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