-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
52 lines (46 loc) · 812 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
#table {
height: 98%;
padding: 10px;
background:
gray;
}
html, body {
height: 98%;
background: gray;
}
img { height: 90%;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
display: block;
}
button {
position:fixed;
width:120px;
height:120px;
border-radius: 60px;
min-width: 15vh;
min-height: 15vh;
font-size: 125%;
font-weight: bold;
color: black;
border-width: 1vh;
border-color: rgb(25, 27, 24);
text-align:center;
font-family: "Andale Mono", monospace;
}
.quad { width: 50%; height: 50%; float: left; }
.my-float{
margin-top:22px;
}
#sol {
bottom:40px;
right:40px;
background-color:greenyellow;
}
#help {
bottom:40px;
left:40px;
background-color:gold;
}