home.social

#cssclippath — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cssclippath, aggregated by home.social.

fetched live
  1. Simple pricing cards - a demo I made on @codepen: codepen.io/thebabydino/pen/ZYO

    I've posted even cooler pure #CSS ones (non-rectangular shapes + rounded corners, glassmorphism + border effects combined) for Ko-fi & Patreon supporters:

    ❇️ ko-fi.com/anatudor/tiers

    ❇️ patreon.com/c/anatudor/members

    #cssGrid #cssClipPath #clipping #code #web #dev #webDev #webDevelopment #coding #frontend

  2. Simple pricing cards - a demo I made on @codepen: codepen.io/thebabydino/pen/ZYO

    I've posted even cooler pure #CSS ones (non-rectangular shapes + rounded corners, glassmorphism + border effects combined) for Ko-fi & Patreon supporters:

    ❇️ ko-fi.com/anatudor/tiers

    ❇️ patreon.com/c/anatudor/members

    #cssGrid #cssClipPath #clipping #code #web #dev #webDev #webDevelopment #coding #frontend

  3. Because someone just hearted this demo I made over half a decade ago on @codepen:

    codepen.io/thebabydino/pen/bGE

    It's a pure #CSS Platonic solids gallery. They animate on hover/ tap. All is computed, there are no magic numbers.

    #Maths #3D #Geometry #trigonometry #clipPath #cssClipPath #code #frontend #web #dev #webDev #webDevelopment #coding #transform #cssTransform #css3D

  4. Because someone just hearted this demo I made over half a decade ago on @codepen:

    codepen.io/thebabydino/pen/bGE

    It's a pure #CSS Platonic solids gallery. They animate on hover/ tap. All is computed, there are no magic numbers.

    #Maths #3D #Geometry #trigonometry #clipPath #cssClipPath #code #frontend #web #dev #webDev #webDevelopment #coding #transform #cssTransform #css3D

  5. A little thing I made on @codepen.io: breathing with `shape()`
    codepen.io/thebabydino/pen/vEE

    `shape()` is supported in Chrome 135+ and Safari 18.4+.

    Firefox 126+ supports it for simple shapes (but not for this demo) when setting thelayout.css.basic-shape-shape.enabled to true in about:config.

    #CSS #clipPath #cssClipPath #animation #cssShapes #code #coding #clipping #web #dev #webDevelopment #webDev #frontend

  6. A little thing I made on @codepen.io: breathing with `shape()`
    codepen.io/thebabydino/pen/vEE

    `shape()` is supported in Chrome 135+ and Safari 18.4+.

    Firefox 126+ supports it for simple shapes (but not for this demo) when setting thelayout.css.basic-shape-shape.enabled to true in about:config.

    #CSS #clipPath #cssClipPath #animation #cssShapes #code #coding #clipping #web #dev #webDevelopment #webDev #frontend

  7. Someone asked how to create such cross-browser wave dividers that keep the same height as the width changes, so here's my take on it reddit.com/r/css/comments/1kcm

    Live on @codepen codepen.io/thebabydino/pen/Pww

    `mask` is another option, but needs an extra container and container query units, so not as well supported, plus it wouldn't be exactly the same shape.

    #CSS #clipPath #cssClipPath #Sass #maths #cssMaths #code #coding #web #dev #webDevelopment #webDev #frontend

  8. Someone asked how to create such cross-browser wave dividers that keep the same height as the width changes, so here's my take on it reddit.com/r/css/comments/1kcm

    Live on @codepen codepen.io/thebabydino/pen/Pww

    `mask` is another option, but needs an extra container and container query units, so not as well supported, plus it wouldn't be exactly the same shape.

    #CSS #clipPath #cssClipPath #Sass #maths #cssMaths #code #coding #web #dev #webDevelopment #webDev #frontend

  9. #tinyCSStip `clip-path` or `mask` are applied after `filter`.

    This means we cannot clip/ mask, then add a `drop-shadow()` on the same element for the clipped/ masked shape.

    We need to apply the `filter` on a parent of the clipped/ masked (pseudo-)element.

    codepen.io/thebabydino/pen/BRR

    #CSS #filter #cssFilter #clipPath #clipping #cssClipPath #cssMask #coding #frontend #web #dev #webDev #webDevelopment #code

  10. #tinyCSStip `clip-path` or `mask` are applied after `filter`.

    This means we cannot clip/ mask, then add a `drop-shadow()` on the same element for the clipped/ masked shape.

    We need to apply the `filter` on a parent of the clipped/ masked (pseudo-)element.

    codepen.io/thebabydino/pen/BRR

    #CSS #filter #cssFilter #clipPath #clipping #cssClipPath #cssMask #coding #frontend #web #dev #webDev #webDevelopment #code

  11. Here's a quick breathing box demo with `clip-path: shape()` on @codepen.io: codepen.io/thebabydino/pen/ZYE

    Working in Chrome 135 and Safari 18.4! 🥳🎉

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

  12. Here's a quick breathing box demo with `clip-path: shape()` on @codepen.io: codepen.io/thebabydino/pen/ZYE

    Working in Chrome 135 and Safari 18.4! 🥳🎉

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

  13. I haven't had the time to do anything for this week's #CodePenChallenge yet, but here are some older card demos:

    From 5+ years ago: pure #CSS 1 element bevel cards! No SVG or images save for the cat, real (semi)transparency inside borders and all.

    See it on @codepen codepen.io/thebabydino/pen/ZEG

    #clipPath #cssClipPath #code #coding #web #dev #webDev #webDevelopment #frontend #cssPattern #cssPatterns #cssGradient

  14. I haven't had the time to do anything for this week's #CodePenChallenge yet, but here are some older card demos:

    From 5+ years ago: pure #CSS 1 element bevel cards! No SVG or images save for the cat, real (semi)transparency inside borders and all.

    See it on @codepen codepen.io/thebabydino/pen/ZEG

    #clipPath #cssClipPath #code #coding #web #dev #webDev #webDevelopment #frontend #cssPattern #cssPatterns #cssGradient

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

    (interactive codepen.io/thebabydino/pen/jxZ)

    #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: codepen.io/thebabydino/pen/qBE

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

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

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

    (interactive codepen.io/thebabydino/pen/jxZ)

    #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: codepen.io/thebabydino/pen/qBE

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

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

  17. How do you get a zoom effect on an `img`? So that you still have the right click `img` menu and also don't need any extra element?

    Here's how on @codepen: codepen.io/thebabydino/pen/BaG

    Prompted by coming across a demo that gets the effect with a `div` wrapped in an `overflow: hidden` parent.

    #CSS #clip #clipPath #clipping #cssClipPath #zoom #zoomEffect #code #coding #frontend #web #webDev #dev #webDevelopment

  18. How do you get a zoom effect on an `img`? So that you still have the right click `img` menu and also don't need any extra element?

    Here's how on @codepen: codepen.io/thebabydino/pen/BaG

    Prompted by coming across a demo that gets the effect with a `div` wrapped in an `overflow: hidden` parent.

    #CSS #clip #clipPath #clipping #cssClipPath #zoom #zoomEffect #code #coding #frontend #web #webDev #dev #webDevelopment