-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
113 lines (97 loc) · 1.65 KB
/
style.css
File metadata and controls
113 lines (97 loc) · 1.65 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
* {
margin: 0;
padding: 0;
font-family: 'Comfortaa';
font-size: 10px;
}
#main {
display: flex;
margin: 20px;
justify-content: center;
}
#side {
display: flex;
flex-direction: column;
align-items: center;
border: 5px solid rgba(255, 112, 162, 0.5);
border-radius: 20px;
width: 300px;
padding: 20px;
box-sizing: border-box;
}
#logo {
width: 250px;
height: auto;
margin: 30px;
}
p {
font-size: 2rem;
color: lightslategray;
text-align: center;
line-height: 3rem;
padding: 10px;
box-sizing: border-box;
}
#boy {
font-size: 2.5rem;
color: rgba(55, 159, 243, 0.75);
}
#girl {
font-size: 2.5rem;
color: rgba(255, 112, 162, 0.75);
}
#evil {
font-size: 2.5rem;
color: tomato;
}
#play {
background: rgba(255, 112, 162, 0.5);
padding: 20px 50px;
font-size: 3rem;
color: snow;
border-radius: 20px;
margin-top: 20px;
}
#rel {
width: 30px;
height: auto;
opacity: 0.25;
}
#reload {
position: absolute;
border: none;
width: 50px;
height: 50px;
margin-top: 520px;
margin-left: 480px;
}
#full {
width: 50px;
height: auto;
opacity: 0.25;
}
#fullscreen {
position: absolute;
border: none;
width: 50px;
height: 50px;
margin-top: 520px;
margin-left: 550px;
}
footer {
display: flex;
flex-direction: column;
align-items: center;
}
footer > p {
font-size: 1rem;
line-height: 1rem;
padding: 5px;
}
#github {
padding: 5px;
width: 25px;
height: 25px;
opacity: 0.25;
}