-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
92 lines (84 loc) · 1.39 KB
/
index.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
body {
background-color: darkslategrey;
}
canvas {
display: block;
margin-left: auto;
margin-right: auto;
}
.death {
top: 300px;
left: 400px;
position: absolute;
font-size: 50px;
color: crimson;
}
.info {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: cornflowerblue;
/* color : */
}
.info p {
padding: 1vh;
}
.controlpanel {
position: absolute;
left: 0;
right: 0;
top: 80px;
margin-left: auto;
margin: auto;
width: 300px;
border: 2px solid blue;
background-color: darkslateblue;
display: flex;
justify-content: center;
padding: 2vh;
}
.buttonmain {
padding: 2vh;
margin-left: auto;
margin-right: auto;
background-color: purple;
border: 2px solid gold;
color: burlywood;
width: 200px;
}
.descriptionmain {
padding: 2vh;
margin-left: auto;
margin-right: auto;
background-color: purple;
border: 2px solid gold;
color: burlywood;
width: 200px;
}
.spacer {
padding: 1px;
}
.button {
padding: 2vh;
margin: 1px;
border: 2px solid purple;
margin-left: auto;
margin-right: auto;
background-color: deepskyblue;
width: 200px;
}
.description {
margin: 1px;
padding: 2vh;
border: 2px solid purple;
margin-left: auto;
margin-right: auto;
background-color: azure;
width: 200px;
}
.note {
background-color: blanchedalmond;
margin-top: -5px;
padding: 4px;
}