CSS

CSS

35 bookmarks
Custom sorting
CSS Spring Easing Generator
CSS Spring Easing Generator
A tool designed to intuitively generate spring animations for CSS linear(). Includes presets and customizable inputs for perceptual duration and bounce.
·kvin.me·
CSS Spring Easing Generator
Easing Gradients
Easing Gradients
Supercharge your gradients with non-linear color mix and custom color spaces.
·larsenwork.com·
Easing Gradients
💡 CSS Tip! Save this one line of code for the future!
💡 CSS Tip! Save this one line of code for the future!
https://t.co/0Y2EdUyk3s No more hacky code trying to remove those spaces above and below an uppercase text. You can easily have a perfect centering for the text! pic.twitter.com/KRjZ5hy20F— CSS by T. Afif (@ChallengesCss) February 24, 2025
·x.com·
💡 CSS Tip! Save this one line of code for the future!
CSS one-liners with high-value gains
CSS one-liners with high-value gains
hyphens: auto; to achieve a better visual balance where needed 🤌 — jhey ▲🐻🎈 (@jh3yy)
·x.com·
CSS one-liners with high-value gains
For your stacked elements:
For your stacked elements:
Stop using border or box-shadow. Start using mask. — Brotzky (@brotzky_)
·x.com·
For your stacked elements:
CSS Grid Layout: Асимметричная адаптивная сетка
CSS Grid Layout: Асимметричная адаптивная сетка
В веб-дизайны сетки, как в Pinterest уже давно не являются чем-то новым. Но что, если нужно сделать блоки различной высоты, при этом сохранив адаптивность. Оказывается, это можно сделать, используя...
·habr.com·
CSS Grid Layout: Асимметричная адаптивная сетка
CSS Wrapped 2024
CSS Wrapped 2024
Join the Chrome DevRel team and a skateboarding Chrome Dino on a journey through the latest CSS launched for Chrome and the web platform in 2024.
·chrome.dev·
CSS Wrapped 2024
Quick CSS Tip:
Quick CSS Tip:
You can create a progressive blur effect using a single div and just 2 properties. Works best when your div is placed over an image and is more efficient than stacking multiple elements with increasing blur. — Moritz Petersen (@moritzpetersen)
·x.com·
Quick CSS Tip:
steal this dialog and popover snippet
steal this dialog and popover snippet
- transitions - entry/exit - backdrop included ready for richer design system integration try on Codepen — Adam Argyle (@argyleink)
·x.com·
steal this dialog and popover snippet
Scroll masking with CSS scroll animation as a progressive enhancement ⭐️
Scroll masking with CSS scroll animation as a progressive enhancement ⭐️
.scroller { animation: mask-up; animation-timeline: scroll(self); animation-range: 0 1rem; mask-composite: exclude; } @​keyframes mask-up { to { mask-size: 100% 120px, 100% 100%; } } — jhey ▲🐻🎈 (@jh3yy)
·x.com·
Scroll masking with CSS scroll animation as a progressive enhancement ⭐️
Lightning CSS
Lightning CSS
An extremely fast CSS parser, transformer, bundler, and minifier.
·lightningcss.dev·
Lightning CSS
An HTML Switch Control
An HTML Switch Control
We’re very excited to introduce a new HTML form control as part of Safari 17.4: a switch.
·webkit.org·
An HTML Switch Control
12 Modern CSS One-Line Upgrades | Modern CSS Solutions
12 Modern CSS One-Line Upgrades | Modern CSS Solutions
Sometimes, improving your application CSS just takes a one-line upgrade or enhancement! Learn about 12 properties to start incorporating into your projects, and enjoy reducing technical debt, removing JavaScript, and scoring easy wins for user experience.
·moderncss.dev·
12 Modern CSS One-Line Upgrades | Modern CSS Solutions
Artur Bień on Twitter / X
Artur Bień on Twitter / X
Pure CSS way for creating album backdrops 🤓How it works 🧵👇 https://t.co/1gMmrChGqg pic.twitter.com/fWneA5hfHw— Artur Bień (@artur_bien) January 26, 2024
·x.com·
Artur Bień on Twitter / X
scroll padding
scroll padding
pic.twitter.com/istJfYiNXf— Paco (@pacocoursey) February 28, 2023
·x.com·
scroll padding
Gradient borders by using transparent borders
Gradient borders by using transparent borders
CSS Trick! ⚡️You can create gradient borders by using transparent borders 👀 No extra elements 🤙article { background: // layer them up with different origin! linear-gradient(var(--bg), var(--bg)) padding-box, var(--gradient) border-box; border: 4px solid… pic.twitter.com/zqkkjwFbgt— jhey ▲🐻🎈 (@jh3yy) October 13, 2023
·x.com·
Gradient borders by using transparent borders
CSS only floating labels
CSS only floating labels
We can detect if text input has value by using `:placeholder-shown` pseudo class. This little trick can then be used to create CSS only floating labels.
·muffinman.io·
CSS only floating labels
A CSS challenge: skewed highlight — Vadim Makeev
A CSS challenge: skewed highlight — Vadim Makeev
Recently Sacha Greif challenged his Twitter followers to code a fancy highlighter effect using only CSS. Guess what? I took the bait and started coding!
·pepelsbey.dev·
A CSS challenge: skewed highlight — Vadim Makeev