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

https://github.com/b-l-u-e/3-column-preview-component

built 3-column-preview-component
https://github.com/b-l-u-e/3-column-preview-component

css css-flex html5

Last synced: 7 months ago
JSON representation

built 3-column-preview-component

Awesome Lists containing this project

README

          

# Frontend Mentor - 3-column preview card component

![Design preview for the 3-column preview card component coding challenge](./design/desktop-preview.jpg)

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [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

### Links

- Live Site URL: [single price component](https://wonderful-snyder-c21be1.netlify.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.