There's so much css out there I don't know about, there's some css I find that I wish I knew about eariler.
So, that's why I made this topic.
I'll start
mix-blend-mode: ... ;
let's you use different blend modes like color dodge, color burn, screen, multiply e.t.c.
If you're a graphic designer and want more flexibility in your site design, this is a must.
@media only screen and ... {}
If you want to support mobile. You pretty much need to use this selector with either the max-width or aspect-ratio modifier
calc() function is also a lifesaver sometimes