Flexbox Grid
bearbeitet von
@@Sophie
> ist dieses Flexbox Grid zu empfehlen?
> [http://flexboxgrid.com/](http://flexboxgrid.com/)
Nein.
~~~HTML, bad
<div class="row">
<div class="col-xs-12
col-sm-8
col-md-6
col-lg-4">
<div class="box">Responsive</div>
</div>
</div>
~~~
Es wird Bootstrap mit Flexbox nachgebaut.
[You do not need a CSS Grid based Grid System.](https://rachelandrew.co.uk/archives/2017/07/01/you-do-not-need-a-css-grid-based-grid-system/)
LLAP 🖖
--
“When UX doesn’t consider *all* users, shouldn’t it be known as ‘*Some* User Experience’ or... SUX? #a11y” —[Billy Gregory](https://twitter.com/thebillygregory/status/552466012713783297)