CSS

553 readers
2 users here now

founded 2 years ago
MODERATORS
26
 
 

cross-posted from: https://programming.dev/post/11085588

We just tagged the first public v4.0.0-alpha so you can start experimenting with it and help us get to a stable release later this year.

27
1
CSS Relative colors (techhub.iodigital.com)
submitted 1 year ago by [email protected] to c/[email protected]
28
29
1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

^ preview there seems to have not been created well and made the code block with a header a header but correct text is in the article

30
 
 

cross-posted from: https://programming.dev/post/7667731

Hi,

As CSS do not have a color-overlay[^1] filter.

There is some heavy work around:

https://isotropic.co/tool/hex-color-to-css-filter/

that use a combination of CSS filter to target the desired color...

Those online calculators are neat, but I would like an offline version, in case the provided one become inaccessible.

I've downloaded the zip of https://codepen.io/sosuke/pen/Pjoqqp

But it doesn't work locally.. :/

So I would like to know, if someone know one in 🐍 Python ? or how can I make one then ?

Or if someone know another way to have the color-overlay[^1] effect in html\css, I'm all ears !

Thank.

[^1]: To apply like in Photoshop a color on the shape of the image (so not on the parts that have transparency.

31
32
 
 

cross-posted from: https://programming.dev/post/7555221

There’s nothing like building a major new product for finding all the features you wish you had in your own tools, so we capitalized on that inspiration and turned it into this — Tailwind CSS v3.4.

33
1
CSS Wrapped: 2023 (developer.chrome.com)
submitted 2 years ago by [email protected] to c/[email protected]
34
35
36
37
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

cross-posted from: https://programming.dev/post/6940356

Missing.css is a notch on the complexity slider that's just right for small projects and personal sites where classless CSS is not enough, Tailwind is too much and Bootstrap just doesn't have the right vibe.

38
39
1
3D in CSS (garden.bradwoods.io)
submitted 2 years ago by [email protected] to c/[email protected]
40
41
42
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
43
44
 
 
45
46
47
48
49
 
 

Smooth rounded corners or continuous corners (used throughout iOS) can be easily achieved in Figma and other design software. I’m fairly sure there’s no way to do this simply on the web and it drives me mad. Do y’all know of any ways to do this that can actually be used in production?

50
view more: ‹ prev next ›