RT Chris Gannon
Round The Square @CodePen
https://codepen.io/chrisgannon/pen/dyjjeWy
RT David Aerne
Made a generative HWB poster over on @CodePen
https://codepen.io/meodai/pen/JjBvZmL?editors=0110
RT Matthias Hurrle
Deep Sea Fractal
https://codepen.io/atzedent/pen/qByYwNd
RT masahito art
Coded an interactive puppy - play with her moving your cursor or touching your screen
@CodePen
#javascript
https://codepen.io/Ma5a/full/MWBGbOb
RT Gayane Gasparyan 🛸
The power of CSS Container Queries
https://codepen.io/gayane-gasparyan/pen/yLqjVWb
RT jhey 🔨🐻✨
CSS Tip! 🔮
Wanna make that ring text effect? 💅
You can do it with trig functions 🤓
.ring {
--a: calc(360 / var(--chars));
--r: calc(1 / sin(var(--a))) * -1ch;
}
.char {
transform: rotate(calc(var(--a) * var(--idx)))
translateY(var(--r));
}
@CodePen link below! 👇
RT Pimmol
An interactive turntable on which you scratch realtime 🤘🏻
#codepen #turntable #audio
https://codepen.io/pimskie/details/bGjMdxV
RT Amit Sheen
Colorful Dissolving Loader (#CSS only)
Live demo on @CodePen:
https://codepen.io/amit_sheen/pen/JjBLaGG
RT David Aerne
explore a space made out of 1677722 HWB colors on @CodePen
https://codepen.io/meodai/pen/WNKzJbg?editors=0010
RT Ashraff Hathibelagal
#codepenchallenge
Using color-mix to theme a geometric Mona Lisa
https://codepen.io/hathibelagal-dev/pen/WNKzJNK
RT Jon Kantner
This preloader doesn’t have many spins left…
https://codepen.io/jkantner/pen/eYjMYPo
RT T. Afif @ CSS Challenges
💡 CSS Tip!
Add a cool text reveal animation to your image card
✅ Minimal HTML
✅ No pseudo-element
✅ Powered by CSS Mask (with fallback for old browsers)
Demo:
#CSS
http://codepen.io/t_afif/full/PoBQRmj
https://twitter.com/ChallengesCss/status/1617493980161212416
RT Álvaro Montoro
Time-lapse drawing a chibi (anime? manga?) character with CSS and a single HTML element.
Source code on CodePen:
https://codepen.io/alvaromontoro/pen/abjqKVj
https://twitter.com/alvaro_montoro/status/1617587167756263427
the Final prompt for the "New CSS" #CodePenChallenge is new color 🎨
Thanks @koredotai for sponsoring!
https://codepen.io/challenges/2023/january/4
RT Amit Sheen
CSS Pendulum Waves.
Always liked looking at these things, so I made one. 😊
Live demo on @CodePen:
https://codepen.io/amit_sheen/pen/NWBwmmr
RT Callum Macrae
Codepen friday!
https://codepen.io/callumacrae/full/poZpbPY
RT Mustafa Enes
Composing UI flows using JS promises. It has some inspirations from game interfaces. Treating screens as promises has both semantic and practical benefits
See
https://codepen.io/pavlovsk/pen/poZwXmP
RT Ana Tudor 🐯🖤🌻
I CSS-ed a thing on @CodePen 🖤
Regular dodecahedron (12 ⬠) expands to rhombicosidodecahedron (20 △ in place of former vertices, 30 ◻ in place of former edges), twists to snub dodecahedron (80 △ & 12 ⬠), twists back, collapses to icosahedron (20 △).
https://codepen.io/thebabydino/pen/gOjGyby
RT Kass 🦈
Made with HTML & CSS
⭐CSS Art MPK Mini ⭐
code here:
https://codepen.io/kassandrasanch/pen/eYeBjZy
https://twitter.com/KassandraSanch/status/1616109427299434502
RT Steve Gardner
I've been maintaining a 'Hall of Fame' @CodePen collection. Full of awesome pens I personally consider to be classics. What awesome pens am I missing?
https://codepen.io/collection/DLjrdd
Build, test, and discover front-end code 👩🏽💻