https://github.com/snacksncode/flex-and-grid-properties
A simple project created by me to show my classmates how different CSS Flexbox and Grid properties actually work. I hope it helped you understand it a little bit more too. No images used
https://github.com/snacksncode/flex-and-grid-properties
css flexbox grid html
Last synced: 3 months ago
JSON representation
A simple project created by me to show my classmates how different CSS Flexbox and Grid properties actually work. I hope it helped you understand it a little bit more too. No images used
- Host: GitHub
- URL: https://github.com/snacksncode/flex-and-grid-properties
- Owner: snacksncode
- Created: 2021-04-30T22:22:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T18:47:25.000Z (over 3 years ago)
- Last Synced: 2025-01-12T17:48:04.771Z (5 months ago)
- Topics: css, flexbox, grid, html
- Language: HTML
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flex-and-grid-properties
Quick side-project. Simple visualization of different flex & grid properties and their affects on items# How to actually use this darn thing
I might make it public someday but for now, download a repo do
```console
yarn install
# or
npm install
```And then build it via
```console
yarn build
# or
npm run build
```Then just open index file inside newly created `/dist` folder