Macro vs Micro layout

Using

h1 {
writing-mode: vertical-rl;
float: right;
}

Writing mode #

https://24ways.org/2016/css-writing-modes/

Never forget we are in writing-mode: horizontal-tb (top-bottom)

Block formating context #

https://youtu.be/8YtQwv1cUVs?t=78 (awesome asian lady)
https://youtu.be/LW-MT5q6JK8?t=39 (kewin with flow-root)

Micro & Macro Layout (Una)
https://youtu.be/sdjT0K4sR4k

Flexbox #

justify-* vs align-*
https://patrickbrosset.com/articles/2018-01-11-demystifying-css-alignment/

One context different subjects #

Sooner or later everybody finds out the hard way that min-width default value is auto in flex items, instead of 0, like in other elements
This has major consequences when you try to style things since min-width will beat both width & max-width.
https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size

Aspect Ratio Boxes #

https://css-tricks.com/aspect-ratio-boxes/
https://ratiobuddy.com/