https://github.com/eneax/learn-flexbox
20 exercises to master CSS Flexbox by Wes Bos
https://github.com/eneax/learn-flexbox
flexbox html-css wesbos
Last synced: 28 days ago
JSON representation
20 exercises to master CSS Flexbox by Wes Bos
- Host: GitHub
- URL: https://github.com/eneax/learn-flexbox
- Owner: eneax
- Created: 2018-07-17T08:18:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T08:39:25.000Z (over 6 years ago)
- Last Synced: 2025-03-20T15:12:38.682Z (about 1 month ago)
- Topics: flexbox, html-css, wesbos
- Language: CSS
- Homepage: https://eneax.github.io/learn-flexbox
- Size: 6.65 MB
- Stars: 0
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# What The Flexbox?!This repo contains all the exercises for the [What The Flexbox?!](https://flexbox.io) video course by [Wes Bos](https://github.com/wesbos).
* [intro](https://eneax.github.io/learn-flexbox/intro)
* [flex-direction](https://eneax.github.io/learn-flexbox/flex-direction)
* [flex-wrap](https://eneax.github.io/learn-flexbox/flex-wrap)
* [flexbox-ordering](https://eneax.github.io/learn-flexbox/flexbox-ordering)
* [alignment-and-centering](https://eneax.github.io/learn-flexbox/alignment-and-centering)
* [align-items](https://eneax.github.io/learn-flexbox/align-items)
* [align-content](https://eneax.github.io/learn-flexbox/align-content)
* [align-self](https://eneax.github.io/learn-flexbox/align-self)
* [flex-property](https://eneax.github.io/learn-flexbox/flex-property)
* [flex-property-extra](https://eneax.github.io/learn-flexbox/flex-property-extra)
* [flex-wrapping-and-columns](https://eneax.github.io/learn-flexbox/flex-wrapping-and-columns)
* [autoprefixer](https://eneax.github.io/learn-flexbox/autoprefixer)
* [flexbox-nav](https://eneax.github.io/learn-flexbox/flexbox-nav)
* [mobile-reordering](https://eneax.github.io/learn-flexbox/mobile-reordering)
* [nesting-flexbox](https://eneax.github.io/learn-flexbox/nesting-flexbox)
* [pricing-grid](https://eneax.github.io/learn-flexbox/pricing-grid)
* [equal-height-elements](https://eneax.github.io/learn-flexbox/equal-height-elements)
* [flexbox-form](https://eneax.github.io/learn-flexbox/flexbox-form)
* [flexbox-app-layout](https://eneax.github.io/learn-flexbox/flexbox-app-layout)