Last active 1744800933

Revision c0abefc0880aaa90b1dfb3704e422168c420e489

progressiveenhancement.css Raw
1:root {
2 interpolate-size: allow-keywords;
3}
4.container {
5 scrollbar-gutter: stable;
6 transition-behavior: allow-discrete;
7 color-scheme: light dark;
8 overflow-x: clip;
9}
10h1 {
11 text-wrap: balance; /* pretty */
12}
13.text-box-trim {
14 text-box-trim: both;
15 text-box-edge: cap alphabetic;
16}
17dialog[open]{
18 display: block; /* user agent style */
19 opacity: 1;
20 translate: 0 0;
21
22 @starting-style {
23 opacity: 0;
24 translate: 0 -25vh;
25 }
26}
27.alt {
28 content: url(./img) / "ALT";
29}
30/*
31https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
32function round(), light-dark(),
33*/