CSS layout techs: flex, grid, bootstrap...

CSS layout techs:

there are 2 kinds of CSS layout tech:
- built in to browser
- libraries

__________________________
built-in to browser:

flex
http://bennettfeely.com/flexplorer/
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

grid (experimental!)
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
http://gridbyexample.com/

polyfill
https://github.com/FremyCompany/css-grid-polyfill

__________________________
libraries:

purecss
http://purecss.io/

bootstrap
http://getbootstrap.com/css/


Comments