Show newer

RT jhey 🔨🐻✨
CSS Tip! ✨
Add some visual interest to your fading entry animations by adjusting brightness, contrast, etc. 🔥
keyframes enter {
0% {
opacity: 0;
filter: brightness(2);
}
}
@CodePen link below! 👇 t.co/zR465CfzXo

:sys_twitter: twitter.com/jh3yy/status/16433

RT jhey 🔨🐻✨
Future CSS Tip! 🚀
Transition the display property 🤯
No animationend event listening required 😎
Toggle display:none & set your styles! ✨
.el{
--show:1;
opacity:var(--show);
transition:display 0.5s,opacity 0.5s;
}
[hidden]{
--show:0;
display:none;
}
@CodePen link below! 👇 t.co/DTC7vfSxQV

:sys_twitter: twitter.com/jh3yy/status/16429

RT LukyVj - A$AP Luky
👋It's that time of the day!
Glad to share this Old School Calculator 🧮
Link at the end ⬇️
color-mix
✅ :has()
✅ Grid layout
✅ lots of CSS variables, to switch theme
✅ Audio on click 🔊
✅ CSS @supports
Inspired by @SebastienNvzt's design ✨
t.co/cj6BKxuFtX

:sys_twitter: twitter.com/LukyVJ/status/1642

RT Ksenia Kondrashova
Draw GLSL flowers with your cursor! 🌺
One full-screen plane, two render targets, and a bit of shader magic
Live demo & source code: codepen.io/ksenia-k/full/poOMp
Made with @threejs
Hosted on @CodePen
Special thanks to @bookofshaders
t.co/hQ480LjV4e

:sys_twitter: twitter.com/uuuuuulala/status/

RT Konstantin Denerz
Create a CSS-based holographic card ✨ using this simple trick from my @CodePen.
✅ Mask-Image 🎭
✅ Linear-Gradient 🌈
🔗 codepen.io/konstantindenerz/pe
Inspiration: twitter.com/drawsgood/status/1
t.co/PY95qOibLJ
<div class="rsshub-quote">
Drawsgood: Throwback Tuesday to this holographic card made in @rive_app
Check it out in the community here: rive.app/community/3515-7963-h t.co/TbYlSjouVs
</div>
:sys_twitter: twitter.com/kdenerz/status/164

RT jhey 🔨🐻✨
CSS Tip! 🤙
You could use CSS :has() to power a context-aware custom cursor experience 👆
:root:has(.player:hover) {--active: 1;}
.cursor {scale: var(--active);}
:root:has(.player:hover > [aria-label="Pause"])
.cursor-pause-icon {
display: block;
}
@CodePen link below! 👇 t.co/ntfuo0iiWq

:sys_twitter: twitter.com/jh3yy/status/16414

RT Karina Chow
I'm knee-deep in project planning, so going to revisit some projects in the past that might be interesting!
The first is a responsive animated triptych about sewing I made using NO JavaScript!
SVGs + CSS Animations
Spritemap
All CSS
See the CodePen:
codepen.io/karomancer/pen/yLNd t.co/IDwPprp1W7

:sys_twitter: twitter.com/karomancer/status/

RT Juxtopposed
just made this design for the @CodePen play button challenge. been wanting to make this animation for a while now.
check it out on CodePen for a little surprise (it's not rickroll, I promise): codepen.io/Juxtopposed/pen/vYz
t.co/oPvF6KFlVJ

:sys_twitter: twitter.com/juxtopposed/status

RT Adam Argyle
ya'll ready for this?
✅ in a cards "layer"
✅ when the user "prefers light" mode
✅ "scope" and trap the .card style
✅ "nest" within the scope to stay DRY
try in Canary with web experiments enabled
codepen.io/argyleink/pen/GRBMX t.co/v72OVTQag8

:sys_twitter: twitter.com/argyleink/status/1

RT T. Afif @ CSS Challenges
💡 CSS Tip!
Use the new color-mix() to create different shades from one color.
Mix with ⚫️black for a darker color and ⚪️white for a lighter color
Demo: codepen.io/t_afif/pen/ExeMOPV via @CodePen
t.co/m5VP4QBP11
<div class="rsshub-quote">
T. Afif @ CSS Challenges: 💡 CSS Tip!
Use the new color-mix() function to create a color switch.
✅ No color duplication
✅ Define your colors using one variable
✅ Easy switch between colors
✅ Suitable for dark/light mode
Demo: codepen.io/t_afif/pen/XWPGWPp via @CodePen
t.co/4l9uyVXPds
</div>
:sys_twitter: twitter.com/ChallengesCss/stat

Show older
小森林

每个人都有属于自己的一片森林,也许我们从来不曾走过,但它一直在那里,总会在那里。迷失的人迷失了,相逢的人会再相逢。愿这里,成为属于你的小森林。