home.social

Search

1000 results for “codepen”

  1. Remake of an old, old @codepen animation with 2025 #CSS codepen.io/thebabydino/pen/jOZ

    Now using `conic-gradient()` + `mask` instead of an SVG segments ring image. CSS `grid` for layout. Container query units so ring sizes adapt to number of rings (passed to CSS via a var) & available space. And more, check it out! 🐱

    Original code preserved in Pen description for web history.

    #conicGradient #cssGradient #code #coding #frontend #cssGrid #cssLayout #web #dev #webDev #webDevelopment #containerQueries

  2. #Mathober code is complete!

    On codepen: codepen.io/collection/yyapOP

    On OpenProcessing: openprocessing.org/curation/90

    #mathober2025

    Thank you Everyone that participated - It was so inspiring to see all of the are, posts, humor and creations.

  3. #Mathober code is complete!

    On codepen: codepen.io/collection/yyapOP

    On OpenProcessing: openprocessing.org/curation/90

    #mathober2025

    Thank you Everyone that participated - It was so inspiring to see all of the are, posts, humor and creations.

  4. #Mathober code is complete!

    On codepen: codepen.io/collection/yyapOP

    On OpenProcessing: openprocessing.org/curation/90

    #mathober2025

    Thank you Everyone that participated - It was so inspiring to see all of the are, posts, humor and creations.

  5. #Mathober code is complete!

    On codepen: codepen.io/collection/yyapOP

    On OpenProcessing: openprocessing.org/curation/90

    #mathober2025

    Thank you Everyone that participated - It was so inspiring to see all of the are, posts, humor and creations.

  6. #Mathober code is complete!

    On codepen: codepen.io/collection/yyapOP

    On OpenProcessing: openprocessing.org/curation/90

    #mathober2025

    Thank you Everyone that participated - It was so inspiring to see all of the are, posts, humor and creations.

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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

  12. 1️⃣1️⃣ 501 ❤️ Slice! codepen.io/thebabydino/pen/GRa

    Definitely one of my faves I've made on @codepen in 2024.

    No JS, no text duplication whatsoever, no images save for #CSS gradients. #SVG filters take care of both the texture and the slice + offset effect.🪄

    Also contenteditable. 😼

    Oh, and the code is heavily commented.

    #cssGradient #svgFilter #filter #code #web #dev #webDev #webDevelopment #frontend #coding #textEffect #noise #grainy

  13. 9️⃣ 593 ❤️ Cycling gradient glow with no text duplication - see it on @codepen codepen.io/thebabydino/pen/rNP

    A super simple, but cool #SVG #filter trick.

    We create the gradient text.

    The filter creates a blurred copy of it and places it underneath.

    We then animate the #CSS #gradient stops... magic! 🪄✨

    #cssGradient #svgFilter #glow #coding #filterEffect #gradientGlow #frontend #web #dev #webDev #webDevelopment #code

  14. Haven't had it in me to do anything for the past week's #CodePenChallenge, so here's a demo from earlier this year that fits: #CSS infinite scroll gallery codepen.io/thebabydino/pen/XJr

    One of my most hearted demos ever & my only one to get over 1000 ❤️ without being in the most hearted of previous year.

    #SVG #cssGrid #scrollAnimation #filter #svgFilter #cssFilter #cssLayout #3D #cssTransforms #code #coding #frontend #web #dev #webDev #webDevelopment

  15. 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

  16. 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

  17. #CSS subgrid help?

    Live test codepen.io/thebabydino/pen/raN with problem: want the same fixed height for description on all card rows

    repeat(3, auto) 😿 different heights for cards on different lines
    repeat(6, auto auto 3lh) 😿 unwanted space below cards widescreen
    auto-fit instead of 6 won't work 😿

    #subgrid #cssLayout #cssGrid #gridLayout #layout #code #coding #frontend #help #web #dev #webDev #webDevelopment

  18. #CSS subgrid help?

    Live test codepen.io/thebabydino/pen/raN with problem: want the same fixed height for description on all card rows

    repeat(3, auto) 😿 different heights for cards on different lines
    repeat(6, auto auto 3lh) 😿 unwanted space below cards widescreen
    auto-fit instead of 6 won't work 😿

    #subgrid #cssLayout #cssGrid #gridLayout #layout #code #coding #frontend #help #web #dev #webDev #webDevelopment

  19. #CSS subgrid help?

    Live test codepen.io/thebabydino/pen/raN with problem: want the same fixed height for description on all card rows

    repeat(3, auto) 😿 different heights for cards on different lines
    repeat(6, auto auto 3lh) 😿 unwanted space below cards widescreen
    auto-fit instead of 6 won't work 😿

    #subgrid #cssLayout #cssGrid #gridLayout #layout #code #coding #frontend #help #web #dev #webDev #webDevelopment