-
Notifications
You must be signed in to change notification settings - Fork 0
/
removeBox.css
62 lines (54 loc) · 957 Bytes
/
removeBox.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
.rb-header-title {
display: flex;
justify-content: flex-start;
margin-left: 10px;
margin-bottom: 20px;
}
.rb-header-active {
display: flex;
align-items: flex-end;
}
.rb-header-buttons {
display: flex;
align-items: flex-start;
margin-left: 10px;
margin-right: 10px;
}
.rb-btn-newgame {
margin-left: 10px;
}
.rb-header-timer {
margin-left: 10px;
}
.rb-header-position {
display: flex;
flex-direction: column;
}
.rb-game {
display: flex;
}
.rb-game-area {
background:#1E90FF;
width:655px;
height:555px;
border:2px solid #000;
margin-top:10px;
margin-left:10px;
margin-right:30px;
}
.rb-game-status {
width:200px;
height:555px;
border:2px solid #000;
margin-top:10px;
font-size:32px;
text-align:center;
}
.newBox {
width :50px;
height:50px ;
border: 2px solid white;
font-weight: normal;
outline: none;
float: left;
}