Daily Shaarli

All links of one day in a single page.

May 18, 2022

Airport Codes

MSY for New Orleans? Airport Codes tries to make sense of those unique three-letter codes.

Steve Gardner

If you find one of the Steves hidden online and in real life, it’ll be marked as yours forever. Find all of them and you unlock the power of a thousand suns.

15+ Amazing CSS Checkbox Styles 2022 [Examples You'll Love]

Some smooth checkboxes :)

stroke-dashoffset | CSS-Tricks - CSS-Tricks

I am using this trick to animate checkboxes, but I have to check it out for master it !

A Single Div

A simple div and here's the result: beautiful design and pictures.

Robb Owen - Independent Creative Developer

Full of little animations and details

Santé : le CHU de Bordeaux en "mode dégradé", les patients seront "accueillis par des bénévoles"

Parce qu'il n'y a plus assez de professionnel. Ouf.

The Modern Way To Create And Host A WordPress Site — Smashing Magazine

Could be useful someday

meyerweb.com

Eric’s site has tons of personality and care. It features Hamonshū, japanese-style illustrations of waves.

Google est en train de verrouiller progressivement son écosystème Android, tout comme Apple l'a fait pour l'iPhone. - Liens en vrac de sebsauvage

Avec ces 3 points, le téléphone Android va être de plus en plus verrouillé

Note: How to defer a class for attrs inheritance in vue 3

As Vue 3 classes are contained in attrs, we sometimes want to pass every prop attribute to the child, except the class attribute:
v-bind="{ ...attrs, class: undefined }"