Advertisement · 728 × 90

Posts by Felix Dusengimana

It's hard to get a remote job 😞😞 eish what do you guys do

5 months ago 2 0 0 0

Hello world!

5 months ago 2 0 0 0
Preview
una.im | 5 Useful CSS functions using the new @function rule CSS custom functions are a gamechanger. Here are 5 really useful examples.

🥳 CSS functions have arrived*!!! 🥳

And they are *AWESOME*

Now, you can do:

@​function --alpha(--color, --opacity) {
result: rgb(from var(--color) r g b / var(--opacity));
}

div {
background: --alpha(red, 80%);
}

Lean more: una.im/5-css-functi...

(*arrived = in the latest stable Chrome)

8 months ago 171 42 8 5