https://github.com/silvestrevivo/flexbox-css
CSS flexbox project following the Udemy Tutorial from @jonasschmedtmann
https://github.com/silvestrevivo/flexbox-css
css3 flex-layout flexbox html5 purecss tutorial udemy-tutorial
Last synced: 2 months ago
JSON representation
CSS flexbox project following the Udemy Tutorial from @jonasschmedtmann
- Host: GitHub
- URL: https://github.com/silvestrevivo/flexbox-css
- Owner: silvestrevivo
- Created: 2018-02-21T16:00:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T07:20:29.000Z (over 7 years ago)
- Last Synced: 2025-01-25T14:23:51.624Z (4 months ago)
- Topics: css3, flex-layout, flexbox, html5, purecss, tutorial, udemy-tutorial
- Language: CSS
- Homepage:
- Size: 4.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flexbox-css
CSS flexbox project following the Udemy Tutorial from @jonasschmedtmann .This is an example to show how to use flexbox combined with relative lenghts and media queries.
You can see a demo on the next link:
https://playground.uonsite.nl/css/flexbox/flexbox-css.html
If you want to download this project and run it, ensure you have installed ParcelJS. As long as it is globally installed on your computer:
```
npm install
npm start
```
To get an example for production:
```
npm run build
````