CSS

666 readers
1 users here now

founded 2 years ago
MODERATORS
76
77
3
submitted 2 years ago* (last edited 2 years ago) by mac@programming.dev to c/css@programming.dev
 
 

^ 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

78
 
 

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.

79
80
 
 

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.

81
3
CSS Wrapped: 2023 (developer.chrome.com)
submitted 2 years ago by mac@programming.dev to c/css@programming.dev
82
83
84
85
 
 

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.

86
87
14
3D in CSS (garden.bradwoods.io)
submitted 2 years ago by mac@programming.dev to c/css@programming.dev
88
89
90
4
submitted 2 years ago* (last edited 2 years ago) by mac@programming.dev to c/css@programming.dev
91
92
 
 
93
94
95
96
97
 
 

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?

98
99
100
view more: ‹ prev next ›