https://github.com/code-beaker/product-preview-card-code
Frontend Mentor Challenge Solution
https://github.com/code-beaker/product-preview-card-code
challenge frontendmentor-challenge web
Last synced: 10 months ago
JSON representation
Frontend Mentor Challenge Solution
- Host: GitHub
- URL: https://github.com/code-beaker/product-preview-card-code
- Owner: Code-Beaker
- Created: 2023-07-01T10:44:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T13:04:06.000Z (over 2 years ago)
- Last Synced: 2025-02-01T23:34:12.131Z (12 months ago)
- Topics: challenge, frontendmentor-challenge, web
- Language: CSS
- Homepage: https://code-beaker.github.io/product-preview-card-code/
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Preview Card Challenge: Frontend Mentor Challenge
## Table of Contents
- [Product Preview Card Challenge: Frontend Mentor Challenge](#product-preview-card-challenge-frontend-mentor-challenge)
- [Table of Contents](#table-of-contents)
- [Description](#description)
- [Screenshot](#screenshot)
- [Desktop Preview](#desktop-preview)
- [Mobile Preview](#mobile-preview)
- [The Process](#the-process)
- [My workflow](#my-workflow)
- [Built With](#built-with)
- [What I learned](#what-i-learned)
## Description
This is a solution to the [Product preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/product-preview-card-component-GO7UmttRfa). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Screenshot
### Desktop Preview

### Mobile Preview

## The Process
The process I went through creating the project.
### My workflow
I built this project with the help of the video created by **Kevin Powell**. I have made some _slight_ changes in the code. But not much. I found a lot of HTML and CSS stuff that I had never ever heard of. I had fun going through his video and exploring things.
### Built With
- Languages
- HTML5
- CSS3
- Technologies
- CSS Flexbox
- CSS Custom properties
- CSS Grid layout
- Responsive design
### What I learned
- CSS
- the use of `:is()` pseudo class in CSS
- Use of `display: flex;` in various ways
- HTML
- `` from HTML
- Learned to add better classnames to HTML elements.