2️⃣ 1076 β™₯️ Simplest inner glow card animation https://codepen.io/thebabydino/pen/WNVPdJg - a super simple pure #CSS demo I made in a few minutes to answer a reddit question and never expected would even get noticed much. It was my only 2024 demo to make into the most hearted 100 Pens of the year on @codepen.

#cssFilter #borderImage #glow #code #cssGradient #conicGradient #coding #web #dev #webDevelopment #webDev #frontend

Simplest inner glow card animation

[My solution to a question](https://www.reddit.com/r/css/comments/1gpzzgu/comment/lwvj967/) asked on Reddit. --- If the work I've been putting out si...

Know how border-image & border-radius don't play nice together?

(interactive https://codepen.io/thebabydino/pen/jxZyed)

#tinyCSStip there's a workaround IF corner radius ≀ border-width: use inset() clip-path + a round value!

clip-path: inset(0 round $r)

@codepen demo: https://codepen.io/thebabydino/pen/qBELJGY?editors=1100

(and yes, this is a tip I first shared on twitter over half a decade ago https://x.com/anatudor/status/1219916121341644807 )

#CSS #clipPath #cssClipPath #coding #web #dev #webDev #webDevelopment #code #frontend #borderImage #borderRadius

border-image and border-radius don't play nice together

Sadly, setting `border-image` on an element with `border-radius` makes this `border-radius` to be ignored *for the `border` itself, though it's still r...

#tinyCSStip Know when you set a background gradient or a gradient mask and you get an ugly banding effect?

Tons of questions asked about this - the advice always is noise/ grain/ dither.

https://graphicdesign.stackexchange.com/q/8108/199818

That's a simple #SVG filter, but did you know you should be able to apply it to a #CSS gradient?

#cssGradient #cssMask #mask #gradient #borderImage #filter #svgFilter #grain #grainy #noise #dither #code #coding #web #dev #webDev #webDevelopment #frontend

Is it really impossible to have gradient without banding?

I am struggling to create a gradient without banding. I have watched all the videos on YT and tried: Bluring all kinds, Noise, Dither,bit depth, Brush and doing the gradient in Illustrator. Everyt...

Graphic Design Stack Exchange

πŸ”΄ The Complex But Awesome CSS border-image Property
by T. Afif @ChallengesCss at @smashingmag
#css #webdev #borderImage

https://www.smashingmagazine.com/2024/01/css-border-image-property/

The Complex But Awesome CSS border-image Property β€” Smashing Magazine

The CSS `border-image` property is one of those properties you undoubtedly know exists but may not have ever reached for. In this article, Temani Afif demonstrates different approaches for using `border-image` to create clever decorative accents and shapes.

Smashing Magazine

#Development #Introductions
Border images in CSS Β· It’s time for widespread adoption of this feature https://ilo.im/15xgjs

_____
#WebDev #Browser #BrowserCompatibility #Frontend #CSS #BorderImage #Image #Interop #2023

Border images in CSS: A key focus area for Interop 2023 | MDN Blog

Aligning with Interop 2023's emphasis on cross-browser consistency, this post walks you through various `border-image` properties that you can control to create captivating web designs. Learn how to use custom graphics for enhancing the look of your websites that appear consistent across different browsers.

MDN Web Docs