293 private links
Useful for flat design
Build semi-transparent, blurred glass-like backgrounds.
Generates beautiful shadows
La corrélation première d'une équipe performante est la haute sécurité psychologique de ses membres.
Pour avoir des médecins en direct.
Je ne l'ai pas testé
Consistency is the deciding factor in long-term success
Totally agree.
We can all stay consistent when we're in a great mood and feeling motivated. What really makes the difference is finding a way to stay consistent when we feel like shit and would rather stay in bed.
A key difference is how to react when it is hard or you don't want to do it anymore.
UnoCSS powered component library.
It looks promising with its 18 components!
It looks like software-locked features are unlocked by supplementary payment, but on hardware...
But why should you pay more if it is already built-in the thing you buy?
Looks complete
This is the crux of the Yard-sale model. In a free market, one person ends up with all of the wealth – completely by chance.
Looks like the monopoly game. It is inevitable. This effect is the following:
When you lose, the maximum amount you can wager goes down. So you can't win back what you lost in one coin flip.
When you win, the maximum amount you can wager goes up. So you could potentially lose more than what you won in the first game.
Besides I like the work done on the interface to make it interactive 👍
Voilà. Comme le soutien SebSauvage, ce n'est plus la fête du côté des GAFAMs.
TL;DR; instead of
- padding-left: use padding-inline-start
- padding-right: use padding-inline-end
- padding-top and -bottom: use padding-block
- width: use inline-size
- height: block-size
- overflow-x or -y: use overflow-inline or overflow-block
- position: top: use inset-block-start
Here is the pattern:
inlinefor the reading axis. For us, it is left to right.blockfor the other (thickness) axis. For us, it is top to bottom.