UNPKG

454 BCSSView Raw
1body {
2 font-family: monospace;
3 height: 100vh;
4 width: 100vw;
5 text-align: center;
6}
7
8p {
9 max-width: 660px;
10 margin: 0 auto;
11 font-weight: 300;
12 font-size: 1.2rem;
13 line-height: 1.5;
14 text-align: left;
15}
16
17h1 {
18 font-size: 4rem;
19 display: inline-block;
20 font-weight: 100;
21 margin: 1rem auto;
22}
23
24@supports (background: paint(something)) {
25 h1 {
26 background: paint(extra-randomBg);
27 }
28
29 a {
30 background: paint(extra-randomBg);
31 }
32}
\No newline at end of file