forked from bridmoynihan/OldProjectRepo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdice.css
More file actions
43 lines (40 loc) · 608 Bytes
/
Copy pathdice.css
File metadata and controls
43 lines (40 loc) · 608 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
* {
text-align: center;
}
button {
background-color: red;
border-radius: 5px;
color: black;
padding: 10px;
text-transform: uppercase;
width: 100px;
cursor: pointer;
}
#dicePosition1 {
float: left;
height: 25px;
width: 25px;
padding: 25px;
margin: 10px;
border: 1px solid black;
border-radius: 5px;
font-size:18px;
}
#dicePosition2 {
float: left;
height: 25px;
width: 25px;
padding: 25px;
margin: 10px;
border: 1px solid black;
border-radius: 5px;
font-size:18px;
}
#value{
font-size: 18px;
margin: 0px;
}
#text {
font-size:18px;
margin:0px;
}