Closed gustafl closed 5 years ago
The motivation stems from having to put all <button> elements on the same line in the HTML, to avoid unwanted spaces between them:
<button>
https://css-tricks.com/fighting-the-space-between-inline-block-elements
Support for Flexbox seems okay:
http://caniuse.com/#feat=flexbox
Start with the two courses at PluralSight. If there are problems, go here:
https://github.com/philipwalton/flexbugs
Flexbox worked nicely, even when arranging buttons into multiple rows. Done.
The motivation stems from having to put all
<button>
elements on the same line in the HTML, to avoid unwanted spaces between them:https://css-tricks.com/fighting-the-space-between-inline-block-elements
Support for Flexbox seems okay:
http://caniuse.com/#feat=flexbox
Start with the two courses at PluralSight. If there are problems, go here:
https://github.com/philipwalton/flexbugs