Felix Dusengimana's Avatar

Felix Dusengimana

@feldux.com

I develop things... (mobile and web)

3
Followers
12
Following
3
Posts
27.10.2025
Joined
Posts Following

Latest posts by Felix Dusengimana @feldux.com

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

29.10.2025 13:51 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This app feels good for my first day, I wanted this, I needed this.

27.10.2025 20:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hello world!

27.10.2025 11:34 πŸ‘ 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)

13.08.2025 18:00 πŸ‘ 171 πŸ” 43 πŸ’¬ 8 πŸ“Œ 5