https://github.com/b-l-u-e/four-card-feature
Built card feature page using HTML and CSS.
https://github.com/b-l-u-e/four-card-feature
css-flexbox css3 html5
Last synced: about 1 year ago
JSON representation
Built card feature page using HTML and CSS.
- Host: GitHub
- URL: https://github.com/b-l-u-e/four-card-feature
- Owner: b-l-u-e
- Created: 2021-08-08T20:58:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T13:21:06.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T02:51:32.266Z (over 1 year ago)
- Topics: css-flexbox, css3, html5
- Language: HTML
- Homepage: https://four-card-feature-mmojkj7nr-b-l-u-e.vercel.app/
- Size: 192 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Four card feature section solution
This is a solution to the [Four card feature section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/four-card-feature-section-weK1eFYK). 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)
- [Author](#author)
- [Acknowledgments](#acknowledgments)
## Overview
### The challenge
The challenge was to build the card component using HTML and CSS.
Users will be able to:
- View the optimal layout depending on their device's screen size
### Screenshot
- Desktop view screenshot:

### Links
- Live Site URL: [four-card-feature](https://four-card-feature-mmojkj7nr-b-l-u-e.vercel.app/)
## my-process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
### What I learned
Recap over some of my major learnings while working through this project.
- Box-sizing
- use of max-width and max-height
- CSS Flexbox
- use of media queries
- defining and reuse variables in stylesheet to avoid redundancy in the code.
### Continued development
Areas that i want to continue focusing on in future projects.
- CSS grid
- Max-height and max width
- Media queries
- CSS Transform and animation properties
- CSS Gradients
- CSS Position
### Useful resources
- [CSS Documentation](https://www.w3schools.com/css/) - This helped me how to handle div containers and style them. I really liked this pattern and will use it going forward.
- [CSS Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - This is an amazing article which helped me finally understand CSS Flexbox. I'd recommend it to anyone still learning this concept.
## Author
- Frontend Mentor - [@b-l-u-e](https://www.frontendmentor.io/profile/b-l-u-e)
## Acknowledgments
I would like to give thanks to James Q Quick @jamesqquick for his youtube tutorials. I found inspiration in completing the challenge.