generated from webmural/rad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wwwwwwwww.css
78 lines (65 loc) · 1.08 KB
/
wwwwwwwww.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
:root {
font-size: calc(1em + 2vmin + 3vmax);
}
:any-link {
text-decoration: wavy underline;
}
:focus {
outline-color: currentColor;
outline-style: outset;
outline-width: thick;
}
body {
margin: auto;
}
figure {
margin: auto;
padding-block-end: 3rem;
}
samp {
align-items: center;
border-radius: 0 3%;
display: flex;
flex-flow: column;
font-size: 2em;
font-weight: bold;
justify-content: center;
min-height: 100vh;
}
figcaption {
font-family: sans-serif;
line-height: 1.6;
max-width: 11em;
margin: auto;
padding: 5vmin;
padding-bottom: 5rem;
}
b {
text-shadow:
-.1ex .1ex 0,
-.2ex .2ex 0,
.3ex -.3ex 0;
}
strong:last-of-type {
display: block;
text-indent: 12em;
transform: rotate(-72deg);
}
strong {
text-shadow:
-.1ex .1ex 0,
-.2ex .2ex 0,
.3ex -.3ex 0,
.3ex .5ex 0,
.8ex .8ex 0;
}
strong::before {
content: "--";
}
strong::after {
content: "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++∞";
}
::selection {
background: rebeccapurple;
color: powderblue;
}