Última atividade 1744800933

Revisão 461343ce12ba6a5d2446d732fe0f9d1fc1a22373

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