Show newer

RT Sebastian Graz
Stop using `position:absolute` for everything.
Building a slideshow where the <li/>’s are stacked on top of each other?
Use `grid-area: 1 / 1` instead
codepen.io/sebastiangraz/pen/M

:sys_twitter: twitter.com/grazsebastian/stat

RT jhey 🔨🐻✨
CSS Tip! ✨
Did you know you can animate CSS Grid tracks? 👀
ul:is(:hover,:focus-within) {--active: 1;}
ul {
grid-template-columns: auto repeat(3, calc(10px + (var(--active) * 100px)));
transition: all 0.2s;
}
Adjust layouts based on interaction! 😎
@CodePen link below! 👇

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

RT Adam Argyle
heading to Chrome 111 🎉
enables applying the An+B logic on a sub-selection 🤓
try it
<div class="rsshub-quote">
Intent To Ship: Blink: Intent to Ship: CSS Selectors 4 Pseudo-Class :nth-child(an + b of S)
groups.google.com/a/chromium.o
</div>
:sys_twitter: twitter.com/argyleink/status/1

RT Mark Boots
I love CSS Trigonometry functions. Build this easy adjustable 3d carousel in CSS where the items join up nicely thanks to the law of sines.
For now only in Firefox and Safari, Chrome will follow soon (experimental atm)
@CodePen
codepen.io/MarkBoots/pen/yLqgd

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

RT Callum Macrae
Happy friday, happy codepen day 😁
Heavily inspired by something I saw at 180 The Strand last year (can't remember the artist though 😔), it's built using Three.js and was super fun to work on!
codepen.io/callumacrae/full/MW

:sys_twitter: twitter.com/callumacrae/status

💕 The Most Hearted of 2022!
3️⃣ "Animated Continuous Sections with GSAP Observer" by Brian Cross and Team @greensock
codepen.io/GreenSock/pen/XWzRr

:sys_twitter: twitter.com/CodePen/status/161

Show older
小森林

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