-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
76 lines (63 loc) · 880 Bytes
/
style.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
.smooth {
scroll-behavior: smooth;
}
svg {
display: block;
width: 100%;
margin: 0 auto;
opacity: 0;
}
#bg,
.outline,
.bubble,
#marv {
fill: hsl(0, 0%, 100%);
}
#blam3,
#victim {
fill: hsl(0, 0%, 0%);
}
#grave {
fill: black;
stroke: black;
stroke-width: 2;
}
.outline,
.box1,
.box2,
.box3,
.box4,
.text1,
.text2,
.bigText2,
.text3,
.bigText3,
.text4,
#brains {
opacity: 0;
}
text {
font-family: roboto, sans-serif;
font-size: 12px;
font-weight: bold;
}
.bigText1,
.bigText2,
.bigText3 {
font-size: 53px;
line-height: 1.5;
}
.container {
position: absolute;
display: flex;
justify-content: center;
border: 1px solid red;
border-radius: 5px;
color: hsl(0, 100%, 50%);
inline-size: 100%;
inset-block-start: 20px;
inset-inline-start: 0;
margin-block-end: 20px;
margin-inline-start: 2px;
margin-inline-start: 20px;
}