https://github.com/jdegand/3-column-preview-card-component
Frontend Mentor Challenge - 3 Column Preview Card Component
https://github.com/jdegand/3-column-preview-card-component
bootstrap frontend-mentor
Last synced: over 1 year ago
JSON representation
Frontend Mentor Challenge - 3 Column Preview Card Component
- Host: GitHub
- URL: https://github.com/jdegand/3-column-preview-card-component
- Owner: jdegand
- Created: 2021-04-05T17:29:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T21:51:49.000Z (over 4 years ago)
- Last Synced: 2025-01-22T09:13:37.615Z (over 1 year ago)
- Topics: bootstrap, frontend-mentor
- Language: HTML
- Homepage: https://jdegand.github.io/3-column-preview-card-component/
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - 3-column preview card component solution
This is a solution to the [3-column preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/3column-preview-card-component-pH92eAR2-). 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)
- [Useful resources](#useful-resources)
## Overview
### The challenge
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
### Screenshot


### Links
- Live Site URL: [Github Pages](https://jdegand.github.io/3-column-preview-card-component/)
## My process
### Built with
- Bootstrap
- CSS custom properties
- Flexbox
- CSS Grid
### What I learned
- Basic boostrap implementation.
- No extra CSS stylesheet
### Continued development
### Useful resources
- [Bootstrap](https://getbootstrap.com/)
- [Bootstrap Card](https://getbootstrap.com/docs/5.1/components/card/)