https://github.com/prabhu30/three-column-card-design
This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
https://github.com/prabhu30/three-column-card-design
css3 html5 media-queries
Last synced: about 1 month ago
JSON representation
This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
- Host: GitHub
- URL: https://github.com/prabhu30/three-column-card-design
- Owner: prabhu30
- Created: 2022-12-18T07:56:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T08:29:49.000Z (over 2 years ago)
- Last Synced: 2025-02-03T07:32:47.517Z (3 months ago)
- Topics: css3, html5, media-queries
- Language: CSS
- Homepage: https://prabhu30.github.io/three-column-card-design/
- Size: 90.8 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)## 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
- Solution URL: [ Visit now](https://github.com/prabhu30/three-column-card-design/)
- Live Site URL: [ Visit now](https://three-column-card-design.netlify.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow### What I learned
In the process of building this project, I learnt few concepts better, like media queries, grid columns and rows, transforming text and adjusting element sizes.
### Continued development
Instead of car icon, we can add moving car animation and when a person hovers over that animation, we can also change it's movement. I might try to implement this in the future.