- Use display properties to create dynamic layouts
- Use flebox properties to create dynamic layouts
Most commmon values include:
- block
- inline
- inline-block
- flex
https://codepen.io/scotthurlow/pen/LBLRJo?editors=1100
Edit the CSS in the example bellow to resemble the Github contributions blocks:

https://codepen.io/scotthurlow/pen/VBWKVZ?editors=1100
Bonus: Use nth-child selector to color odd blocks green.
Common properties:
display: flexon parent (wrapping) divalign-itemsjustify-contentflex-wrapflex: <grow> <shrink> <basis>
https://codepen.io/scotthurlow/pen/gjRwJw?editors=1100
Edit the following template with flexbox to resemble the image bellow




