Easily learn the purpose and the usage of the flex grid in CSS with a dynamic website.
In this repository, you can see how I built this website, where you can see a visualizer for the flex grid. The purpose is to understand the flex system by actually experimenting with it and see what changes.
The purpose of this project was to experiment with Vue-Cirrus and learning more about the flex system.
There are multiple pages available:
- Align Content
- Align Items
- Align Self
- Flex
- Flex Direction
- Flex Grow
- Flex Shrink
- Flex Wrap
- Justify Content
- Flex Order
Follow these steps, if you want to install the project on your machine:
- Clone project
git clone https://github.com/FlorianWoelki/flex-vis.git
- Install dependencies with
yarn
ornpm
npm install
# OR
yarn
- Start the project
npm run serve
# OR
yarn serve