-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
75 lines (67 loc) · 1.27 KB
/
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
html {
margin: 0;
border: 0;
padding: 0;
height: 100%;
}
body {
margin: 0;
border: 0;
background-color: white;
overflow-x: hidden;
height: 100%;
}
#click {
display: inline-block;
width: 100%;
height: 100%;
border: none;
font-size: 8rem;
font-weight: bold;
font-family: 'Lexend Deca', sans-serif;
background-color: #05e3c5;
color: #292929;
}
.footerImage {
transition: 0.2s ease-in-out;
width: 1.5rem;
height: 1.5rem;
position: fixed;
bottom: 2rem;
right: 2rem;
}
.footerImage:hover {
filter: opacity(0.7);
}
.rippletAttribution {
transition: 0.2s ease-in-out;
position: fixed;
bottom: 2rem;
left: 2rem;
line-height: 1.5rem;
vertical-align: middle;
font-family: 'Lexend Deca', sans-serif;
color: #292929;
}
.rippletAttribution:hover {
filter: opacity(0.7);
}
span {
font-size: 1.5rem;
line-height: 1.5rem;
vertical-align: middle;
font-family: 'Lexend Deca', sans-serif;
color: #292929;
font-weight: bold;
}
span.holder {
position: fixed;
top: 2rem;
right: 2rem;
font-size: 1.5rem;
line-height: 1.5rem;
vertical-align: middle;
font-family: 'Lexend Deca', sans-serif;
color: #292929;
font-weight: bold;
}