Daily Shaarli

All links of one day in a single page.
3 useful CSS hacks | Kevin Powell
thumbnail

border-radius: 100vmax;

.full-width {
box-shadow: 0 0 0 100vmax var( --color );
clip-path: inset( 0 -100vmax );
}