An open API service indexing awesome lists of open source software.

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.

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

![Website design output](images/screenshot.png)

### 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.