Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Flexbox vs. CSS Grid

- CSS flexbox.
	- one dimensional (align items in one direction)
	- only horizontal
	- your content shape the layout
- CSS grid.
	- two dimensional (can work on horizontal and vertical axis)
	- your layout shape the content
	- enables intentionally overlap items
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #Flexbox #CSS #Grid
ADD COMMENT
Topic
Name
3+4 =