A project where, through Flexbox, we can make the pricing table flexible in the screen
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- In this project, I made use of the CSS Flexible Box Layout | Flexbox to align my pricing table items.
- In this project, I'm training some CSS concepts about Responsiveness.
- About Flexbox: is a CSS3 web layout model. Flexbox is a whole module and not a single property, it involves a lot of things including its whole set of properties. Some of them are meant to be set on the container (parent element, known as “flex container”) whereas the others are meant to be set on the children (said “flex items”).
Flexbox-Pricing-Table.webm
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Basic knowledge about HTML and CSS.
- Basic knowledge about VSCode IDE.
- Create a fork in your github account / download of this project in yout local machine.
- Use Live Preview extension in your VSCode IDE or only open this project in your browser.
- Trailhead - Bruna's Trailhead
- LinkedIn - Bruna's LinkedIn
- Project Link: - Pricing Table