-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
52 lines (50 loc) · 862 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
body{
background-color: #5CDB95;
font-family: 'Ubuntu', sans-serif;
}
#container {
width: 100vw;
max-width: 100%;
margin:0;
}
#header img{
height: 15vh;
margin-top: 0;
padding-top: 0;
margin-left: 5vw;
padding-bottom: 5vw;
}
.board {
padding-left: 65px;
float:left;
width:620px;
margin: auto;
margin-bottom:2vw;
}
.info {
border: 2px solid;
float: right;
border-radius: 26px;
width: 340px;
margin-bottom: 0;
padding: 35px;
height: 60vh;
background-color: #379683;
}
.info p{
color: #fff;
font-weight: 500;
margin-bottom: 0;
}
.subsection{
color: #fff;
font-weight: 500;
}
.move-history {
max-height: 30vh;
background-color: #E8CEBF;
border-radius: 3px;
font-weight: 500;
text-align: center;
overflow-y: scroll;
}