- Web Nerd
- I do music on the side (Hardstyle Artist)
Also, this container query can query up beyond shadow boundaries 👀🤘
.container {
container-name: --example;
}
h1 {
color: red;
@container --example {
color: green;
}
}
```
Canary and Tech Preview both showing green text! Gettin there, excited for these to hit stable.
Also, this container query can query up beyond shadow boundaries 👀🤘
Real transparency. No JS. No sharp scoop ends, they're all rounded.
(because somebody asked for help with such a layout www.reddit.com/r/css/commen...)
Real transparency. No JS. No sharp scoop ends, they're all rounded.
(because somebody asked for help with such a layout www.reddit.com/r/css/commen...)
Create those fancy (random) wavy dividers using the new shape() function! 🤩
css-generators.com/wavy-divider/
Play with the settings and get the code in no time.
✅ One property
✅ Responsive
✅ Works with any element
Enjoy!
Create those fancy (random) wavy dividers using the new shape() function! 🤩
css-generators.com/wavy-divider/
Play with the settings and get the code in no time.
✅ One property
✅ Responsive
✅ Works with any element
Enjoy!
codepen.io/thebabydino/...
Detailed explanation of the how behind in this @css-tricks.bsky.social post css-tricks.com/css-ing-cand...
Bonus: a hover animated, Chrome-only version codepen.io/thebabydino/...
#CSS
codepen.io/thebabydino/...
Detailed explanation of the how behind in this @css-tricks.bsky.social post css-tricks.com/css-ing-cand...
Bonus: a hover animated, Chrome-only version codepen.io/thebabydino/...
#CSS
You won't need calc() and you can easily switch between the different positions
demo: codepen.io/t_afif/pen/r...
You won't need calc() and you can easily switch between the different positions
demo: codepen.io/t_afif/pen/r...
1️⃣ codepen.io/thebabydino/...
2️⃣ codepen.io/thebabydino/...
3️⃣ codepen.io/thebabydino/...
#SVG #filter #CSS #gradient
1️⃣ codepen.io/thebabydino/...
2️⃣ codepen.io/thebabydino/...
3️⃣ codepen.io/thebabydino/...
#SVG #filter #CSS #gradient
How many selectors do you know for the HTML element? Only two, right? There are more!
It's time to discover the hidden selectors of the HTML element.
css-tip.com/root-selecto...
Are they useful? Probably not, but it's a fun exploration of CSS selectors. Did I miss a cool selector?
How many selectors do you know for the HTML element? Only two, right? There are more!
It's time to discover the hidden selectors of the HTML element.
css-tip.com/root-selecto...
Are they useful? Probably not, but it's a fun exploration of CSS selectors. Did I miss a cool selector?
A fantastic snapshot of what was released last month!
We can’t wait to see what December brings 😍
If you’re looking for fresh inspiration, don’t forget to check by: tympanus.net/codrops/webz...
A fantastic snapshot of what was released last month!
We can’t wait to see what December brings 😍
If you’re looking for fresh inspiration, don’t forget to check by: tympanus.net/codrops/webz...
Use the experimental-web-platform-features flag in Chrome 142+
Open questions:
- Should the last line of a paragraph be scaled?
- Is the current line-height behavior as expected?
- Should it scale non-text parts such as inline images together?
`text-grow: per-line scale;`
nerdy.dev/css-text-grow
(prototype in Canary 165+)
Use the experimental-web-platform-features flag in Chrome 142+
Open questions:
- Should the last line of a paragraph be scaled?
- Is the current line-height behavior as expected?
- Should it scale non-text parts such as inline images together?
Translation on anchor elements is now respected by positioned elements in Chrome 144+
I know this was quite frustrating if you ran into it!
chromestatus.com/feature/5201...
Translation on anchor elements is now respected by positioned elements in Chrome 144+
I know this was quite frustrating if you ran into it!
chromestatus.com/feature/5201...
A simple line of modern CSS to create a conditional Border Radius. The value will adjust based on either the container width or screen width.
css-tip.com/conditional-...
cc @ishadeed.com @una.im
It's a really useful way to create a bunch of colors from just one color.
Now is time to take a look and use it in your projects!
Docs: developer.mozilla.org/en-US/docs/W...
Demo: patrickbrosset.com/lab/2024-02-...
It's a really useful way to create a bunch of colors from just one color.
Now is time to take a look and use it in your projects!
Docs: developer.mozilla.org/en-US/docs/W...
Demo: patrickbrosset.com/lab/2024-02-...