home.social

Search

1000 results for “codepen”

  1. Shadow challenge complete! ✨
    Used data-text with CSS attr() for the shadows. No need to copy text everywhere in HTML, much cleaner this way 👩🏻‍💻 😊
    #CodePenChallenge #cpc-shadow #CSS
    codepen.io/HighFlyer/pen/JoYOv

  2. New #CodePenChallenge entry: Aurora Button with gradient tracking shine 👩🏻‍💻

    - Interactive tracking that follows your cursor ✅
    - Multi-layered shine effects with glass morphism✅
    #cpc-shine
    codepen.io/HighFlyer/full/NPGj

  3. The August is on!
    This month is all about light & shadow
    It time to shine 💡
    codepen.io/challenges/2025/aug

  4. @html5test Yes!

    ```
    #anchored {
    position-try-options: flip-block;
    container-type: anchored;
    }

    @container anchored(fallback: flip-block) {
    #anchored > .arrow {
    --arrow-rotation: 180deg;
    }
    }
    ```

    Expected to ship to stable next month with Chrome 143. Now still behind a flag.

    Demo by @Una: codepen.io/una/pen/ZYbzrLg

  5. No text duplication layered 3D effect with SVG filter magic 🪄

    Live on @codepen :

    🍭 codepen.io/thebabydino/pen/LYv
    🍭 codepen.io/thebabydino/pen/vYM

    #CodePenChallenge

    In Bucharest, there used to be a cake shop called Candy Cat (logo 🐈 below). More recently, there's a candy 🍬 store (last image).

    #CodePen #SVG #filter #svgFilter #dropShadow #CSS #cssFilter #cssGradient #cssMask #text #textEffect #code #coding #frontend #web #dev #webDev #webDevelopment #halftone #3d

  6. You might think all it takes here is `background-clip: text`, `text-stroke` and `text-shadow`.

    Except it doesn't work! `text-shadow` gets drawn on top of the polka dots/ hash lines background in this case!

    SVG filter magic 🪄 to the rescue!

    Here's the solution on @codepen codepen.io/thebabydino/pen/QWP

    #CodePenChallenge #CodePen #SVG #filter #svgFilter #dropShadow #CSS #cssFilter #cssGradient #cssMask #text #textEffect #code #coding #frontend #web #dev #webDev #webDevelopment

  7. Same text effect:

    ✨pure CSS codepen.io/thebabydino/pen/abM
    ✨with an SVG filter codepen.io/thebabydino/pen/poY

    Pure CSS version obviously requires a wrapper and if you're thinking why is the SVG version so overly complicated, well... browser bugs. Ironically, not even SVG, but CSS bugs...🪲

    #CodePen #CodePenChallenge #SVG #filter #svgFilter #dropShadow #CSS #cssFilter #cssGradient #cssMask #text #textEffect #code #coding #frontend #web #dev #webDev #webDevelopment

  8. #tinyCSStip

    `filter: drop-shadow()` is great for non-rectangular shapes.

    But there are a couple of frustrating issues:

    😿 `filter` is applied before `clip-path`
    ➡ set `filter` on parent 🥳🎉

    😿 blur inconsistent with that of box/ text shadow
    ➡ set it to half the value 🥳🎉

    Resources:

    codepen.io/thebabydino/pen/BRR
    dbaron.org/log/20110225-blur-r
    codepen.io/thebabydino/pen/WNP

    #CSS #SVG #filter #shadow #dropShadow #clipping #clipPath #code #coding #frontend #webDev #webDevelopment

  9. RT Konstantin Denerz
    This post 😍 inspired me to create a simple blob switch with an SVG filter ✨.
    @CodePen
    codepen.io/konstantindenerz/pe
    #css #switch #blob #fluide #uxui #codepen
    <div class="rsshub-quote">
    Matia: You can do blobs with CSS filter but it only works as black or white as far as I know but you can use SVGs to achieve the result you want.
    </div>
    :sys_twitter: twitter.com/CodePen/status/175

  10. Thursday, April 2, 2026: Touch Me Premieres Today on Digital

    #horror#horrormovies#TouchMe – Two codependent best friends become addicted to the heroin-like touch of an alien narcissist who may or may not be trying to take over the world.

    #ad #horror #Premieres #TouchMe

    horrornerdonline.com/2026/04/t

  11. This single div #SpeakAndSpell:

    - Uses speech synthesis to read each button label when pressed
    - Accepts both pointer and keyboard events
    - Has at least one easter egg... but it's not so hidden since I show what happens in the video here
    - Taught me that making a stylized ampersand outline with background gradients is very satisfying

    #CodePen link: codepen.io/danwilson/full/QWBa

  12. This single div #SpeakAndSpell:

    - Uses speech synthesis to read each button label when pressed
    - Accepts both pointer and keyboard events
    - Has at least one easter egg... but it's not so hidden since I show what happens in the video here
    - Taught me that making a stylized ampersand outline with background gradients is very satisfying

    #CodePen link: codepen.io/danwilson/full/QWBa

  13. Well this made my day!
    "Dennis published a quick post on his Web Axe blog reporting on WCAG 2.2, but it’s this CodePen demo he put together that’s the real gem."
    smashingmagazine.com/2023/10/r #wcag #wcag22

  14. So I saw a demo in the @codepen Spark and I liked the idea, but it was too JS-heavy for my taste, plus I would have preferred the rotation animations to be "hinged" around the top/ bottom edge depending on direction.

    So I did it with pure #CSS on scroll codepen.io/thebabydino/pen/JoK

    cc @bramus

    #cssScrollAnimation #scrollEffect #code #cssTransforms #cssTransform #css3D #3D #coding #frontend #cssLayout #web #dev #webDev #webDevelopment #cssGrid #cssFlex #flexbox #cssVariables #cssTransition