Daily Shaarli

All links of one day in a single page.

February 22, 2023

My favourite 3 lines of CSS | Andy Bell

How to handle spacing between css elements in one line of code?

.flow > * + * {
    margin-block-start: var(--flow-space, 1em);
}