Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elidrissidev/3-column-preview-card-component
3-column preview card component challenge from frontendmentor.io
https://github.com/elidrissidev/3-column-preview-card-component
css frontendmentor gulp html parcel
Last synced: 22 days ago
JSON representation
3-column preview card component challenge from frontendmentor.io
- Host: GitHub
- URL: https://github.com/elidrissidev/3-column-preview-card-component
- Owner: elidrissidev
- License: mit
- Created: 2021-04-18T15:16:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T21:08:50.000Z (about 3 years ago)
- Last Synced: 2024-10-10T23:02:12.299Z (about 1 month ago)
- Topics: css, frontendmentor, gulp, html, parcel
- Language: CSS
- Homepage: https://3-column-preview-card-component-elidrissidev.vercel.app/
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)
- [Useful resources](#useful-resources)
- [Author](#author)
- [License](#license)## 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
| Mobile (375px) | Desktop (1440px) |
| --- | --- |
| ![Mobile](./screenshot-mobile.png) | ![Desktop](./screenshot-desktop.png) |### Links
- [Solution URL](https://www.frontendmentor.io/solutions/second-take-with-fixed-alignment-and-other-improvements-qbeKGTgQj)
- [Live Site URL](https://3-column-preview-card-component-elidrissidev.vercel.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [Parcel](https://parceljs.org/)### What I learned
This is my second take on this challenge after completing it 5 months ago, this time I was able to make it a lot faster and better! Not only did I fix issues with alignment but I also worked on making it a bit more accessible by adding missing landmark elements and adding a hidden `h1` on the page.
### Useful resources
- [Revisting aria-label versus a visually hidden class ](https://gomakethings.com/revisting-aria-label-versus-a-visually-hidden-class/) - This article helped clear some things to me when it comes to `aria-label` vs. "visually hidden" labels.
## Author
- Website - [Mohamed ELIDRISSI](https://www.elidrissi.dev)
- Frontend Mentor - [@elidrissidev](https://www.frontendmentor.io/profile/elidrissidev)## License
This project is licensed under the [MIT License](LICENSE.txt).