https://github.com/archana-nagaraj/frontend-mentor---3-column-preview-card-component
Frontend Mentor challenge to design a 3-column preview card component using HTML and CSS. Used grid for layouts and media queries for covering various dimensions.
https://github.com/archana-nagaraj/frontend-mentor---3-column-preview-card-component
css frontend-mentor html media-queries
Last synced: 2 months ago
JSON representation
Frontend Mentor challenge to design a 3-column preview card component using HTML and CSS. Used grid for layouts and media queries for covering various dimensions.
- Host: GitHub
- URL: https://github.com/archana-nagaraj/frontend-mentor---3-column-preview-card-component
- Owner: archana-nagaraj
- Created: 2021-09-18T04:56:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T18:01:56.000Z (over 3 years ago)
- Last Synced: 2025-01-13T02:23:18.167Z (4 months ago)
- Topics: css, frontend-mentor, html, media-queries
- Language: CSS
- Homepage:
- Size: 395 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)
- [Final Outcome](#finalOutcome)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)## Overview
### The challenge
Your challenge is to build out this 3-column preview card component and get it looking as close to the design as possible.
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
Your users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements### Final Outcome
Screen 375
Screen 425
Screen 768
Screen 1024
Screen 1440
### Links
- Solution URL: [Github Repo](https://github.com/archana-nagaraj/Frontend-mentor---3-column-preview-card-component)
- Live Site URL: [Github Pages](https://archana-nagaraj.github.io/Frontend-mentor---3-column-preview-card-component/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Media queries### What I learned
- more on adjusting the layout based on different dimensions using media queries
## Author
- Frontend Mentor - [@archana-nagaraj](https://www.frontendmentor.io/profile/archana-nagaraj)
- Github - [@archana-nagaraj](https://github.com/archana-nagaraj)
- Email - [archana.nagaraj]([email protected])