My journal for Code Fellows
display
- used to make the box inline or blockflex
is most commonly used when designing boxes regulated to one axisgird
is more designed to control multi-axis layoutscolumn-count
will increase the amount of columns a list can havecolumn-gap
determines the gap between additional columnsrelative
will adjust element position based on its current position in the documentabsolute
will break the element out of the document flow and allow you to place it anywhere with the elements around it filling its missing space