-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game01.css
55 lines (54 loc) · 987 Bytes
/
Game01.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
#div{
display: flex;
align-items:center;
margin-left: 30%;
}
.btn {
background-color:rgba(255, 72, 18, 0.6);
border: none;
color: whitesmoke;
padding: 20px 30px;
text-align: center;
font-size: 20px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
margin-left: 30%;
}
.btn:hover {
background-color:rgba(113, 255, 18, 0.6);
color: whitesmoke;
}
#btnUp {
padding: 30px;
background-color: #F9A0FF;
border: none;
margin-left: 50%;
margin-top: 50px;
margin-bottom: 4px;
}
#btnLeft{
padding: 30px;
background-color: #F9A0FF;
border: none;
margin-left: 43%;
}
#btncenter{
padding: 30px;
background-color: #F9A0FF;
border: none;
}
#btnRigh{
padding: 30px;
background-color: #F9A0FF;
border: none;
}
.RLButtons{
display: flex;
}
#btnDown{
padding: 30px;
background-color: #F9A0FF;
border: none;
margin-left: 50%;
margin-top: 4px;
}