-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (50 loc) · 814 Bytes
/
style.css
File metadata and controls
50 lines (50 loc) · 814 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
body{
background:#E0FCFF;
}
.board{
width:80%;
margin:0 auto;
background:#0A6C74;
height:60vh;
border-radius: 50px;
border:3px white solid;
box-shadow: #000 0px 0px 15px;
padding:3%;
}
.play-area{
width:70%;
float:left;
height:600px;
background:#fff;
margin-right: 1%;
}
.scorecard-area{
float:right;
margin-left: 1%;
background:#fff;
padding:0.5%;
}
#roller{
display: block;
margin: 0 auto;
}
.throwing-area{
height:60%;
}
.player-area{
width:50%;
margin:0 auto;
}
#startGame{
width:80%;
height:30%;
font-size:2em;
font-family: sans-serif;
text-align: center;
margin:0 auto;
display: block;
position: relative;
top:35%;
border-radius: 50px;
box-shadow: #2CB1BC 0px 0px 30px;
}