https://github.com/oppahero/product-preview-card-component
Product preview card component build with HTML and CSS
https://github.com/oppahero/product-preview-card-component
css css-reset css-variables flexbox grid hml media-queries mobil-first
Last synced: about 2 months ago
JSON representation
Product preview card component build with HTML and CSS
- Host: GitHub
- URL: https://github.com/oppahero/product-preview-card-component
- Owner: oppahero
- Created: 2024-04-30T13:47:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T23:53:55.000Z (about 1 year ago)
- Last Synced: 2025-01-24T08:43:56.074Z (4 months ago)
- Topics: css, css-reset, css-variables, flexbox, grid, hml, media-queries, mobil-first
- Language: CSS
- Homepage: https://oppahero.github.io/product-preview-card-component/
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product preview card component
This is my solution to the Product preview card component challenge on Frontend Mentor
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)## Overview
### The challenge
Users should be able to:
- View the optimal layout depending on their device's screen size (mobil, tablet, desktop)
- See hover and focus states for interactive elements### Screenshot

### Links
- Solution URL: [Add solution URL here](https://your-solution-url.com)
- Live Site URL: [https://oppahero.github.io/product-preview-card-component/](https://oppahero.github.io/product-preview-card-component/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Media queries#### CSS Specificity Graph

### Useful resources
These guides are super useful
- [Flex Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
- [CSGridS Guide](https://css-tricks.com/snippets/css/complete-guide-grid/)
## Author
- Frontend Mentor - [@oppahero](https://www.frontendmentor.io/profile/oppahero)