https://github.com/webdevbynight/single-price-grid-component-master
This repository is an exercise from a Frontend Mentor challenge made during a course at Wild Code School.
https://github.com/webdevbynight/single-price-grid-component-master
exercise frontendmentor-challenge
Last synced: 4 months ago
JSON representation
This repository is an exercise from a Frontend Mentor challenge made during a course at Wild Code School.
- Host: GitHub
- URL: https://github.com/webdevbynight/single-price-grid-component-master
- Owner: webdevbynight
- Created: 2023-03-07T14:27:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:37:25.000Z (about 3 years ago)
- Last Synced: 2025-05-31T23:54:45.934Z (12 months ago)
- Topics: exercise, frontendmentor-challenge
- Language: SCSS
- Homepage: https://webdevbynight.github.io/single-price-grid-component-master/
- Size: 363 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)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Author](#author)
- [Acknowledgments](#acknowledgments)
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the component depending on their device's screen size
- See a hover state on desktop for the Sign Up call-to-action
### Screenshots


### Links
- Solution URL: [https://github.com/webdevbynight/single-price-grid-component-master](https://github.com/webdevbynight/single-price-grid-component-master)
- Live Site URL: [https://webdevbynight.github.io/single-price-grid-component-master](https://webdevbynight.github.io/single-price-grid-component-master/)
## My process
### Built with
- Semantic HTML 5 markup
- CSS (via SCSS)
- Custom properties
- Grid layout
- Pseudo-classes
- Transitions
- Mobile-first workflow
### What I learned
Margin collapse seems not to apply to elements to which the `display: grid;` declaration applies.
### Continued development
I still have to learn about how to make front-end development in a more efficient way and to learn to manage to build web pages without seeming to be too slow.
## Author
- Website - [@webdevbynight](https://github.com/webdevbynight)
- Frontend Mentor - [@webdevbynight](https://www.frontendmentor.io/profile/webdevbynight)
## Acknowledgments
I would like to aknowledge one of the teachers of the course I have been at [Wild Code School](https://www.wildcodeschool.com/en-GB) for having suggested, during the first week of the course, that the students who had made progress in their CSS scheduled exercises to do some of the challenges proposed by Frontend Mentor, if they wished.