forked from ShahirZain/JavaScript-DiceGame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
117 lines (113 loc) · 1.81 KB
/
Copy pathstyle.css
File metadata and controls
117 lines (113 loc) · 1.81 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
*{
margin: 0;
padding: 0;
}
body{
background: linear-gradient(90deg,#825549,#B39F8A);
}
.main{
background-color: rgb(117, 100, 100);
width: 666px;
height: 400px;
background-color: white;
margin: 150px 0 0 350px;
border-radius: 5px;
position: relative;
}
.div1{
float: left;
width: 333px;
height: 100%;
background-color: aliceblue;
border-radius: 5px;
}
.div1Player{
margin: 80px 0 0 110.5px;
}
.num1{
font-family: 'Open Sans', sans-serif;
margin: 15px 0 0 150.5px;
font-size: 5rem;
}
.box1{
width: 100px;
height: 70px;
text-align: center;
margin: 50px 0 0 125px;
background-color: red;
border-radius: 5px;
}
.box1Text{
display: inline-block;
margin-top: 5px;
font-size: 22px;
}
.box1num{
display: inline-block;
margin-top: 5px;
color: white;
font-size: 27px;
}
.div2{
width: 333px;
height: 100%;
background: white;
float: left;
border-radius: 5px;
}
.div2Player{
margin: 80px 0 0 110.5px;
}
.num2{
font-family: 'Open Sans', sans-serif;
margin: 15px 0 0 150.5px;
font-size: 5rem;
}
.box2{
width: 100px;
height: 70px;
text-align: center;
margin: 50px 0 0 125px;
background-color: red;
border-radius: 5px;
}
.box2Text{
display: inline-block;
margin-top: 5px;
font-size: 22px;
}
.box2num{
display: inline-block;
margin-top: 5px;
color: white;
font-size: 27px;
}
.mid{
position: absolute;
}
button{
background-color: transparent;
border-color: transparent;
}
.new{
margin: 100px 0 0 279px;
}
.newSym{
color: red;
}
.roll{
margin: 170px 0 0 291px;
}
.rollSym{
color: red;
}
.hold{
margin: 15px 0 0 301px;
}
.holdSym{
color: red;
}
.dice{
margin: 10px 0 0 118px;
position: absolute;
}