-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
58 lines (52 loc) · 778 Bytes
/
main.css
File metadata and controls
58 lines (52 loc) · 778 Bytes
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
#gl-canvas{
float:left;
width:70%;
margin:10px;
background-color: #FFF5F7;
}
#gl-incoming{
width:100%;
background-color: #FFF5F7;
}
#background{
border-radius: 5px;
width:100vmin;
height:78.23vmin;
background-color: #B2C8BB;
}
#inComingBackground{
margin:5px;
background-color: #B2C8BB;
}
.Btn{
border-radius: 5px;
background-color: #458994;
color: #FFF5F7;
margin-right:3px;
margin-left:3px;
margin-top:5px;
margin-bottom:5px;
padding:3px;
text-align:center;
}
#menu{
margin:3px;
float:right;
width:19%;
font-size:1rem;
}
#score{
border-radius: 5px;
background-color: #458994;
color: #FFF5F7;
text-align:center;
margin:3px;
padding:3px;
}
#hint{
border-radius: 5px;
background-color: #458994;
color: #FFF5F7;
margin:3px;
padding:5px;
}