CSS Grid and the One Thing
CSS Grid
The key difference between flex box
and css grid
is that flex box
uses one-dimensional layout, either rows or
columns, while css grid
uses two-dimensional layout, with both rows and columns. Key css grid
properties, units,
and functions are:
display: grid
grid-template
- auto
grid-row
grid-column
justify-items
align-items
justify-self
align-self
grid-gap
grid-template-areas
grid-area
minmax()
fr
repeat()
auto-fill
The One Thing
I learned about the goal-oriented learning framework based on the book The One Thing by Gary Keller, watching a Travis Media video. I incorporated the framework into my existing focused learning framework and started using it today.