-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (48 loc) · 776 Bytes
/
style.css
File metadata and controls
56 lines (48 loc) · 776 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
51
52
53
54
55
56
.output {
width: 650px;
text-align: center;
font-size: 2em;
}
.p1Button {
padding: 10px;
text-align: center;
width: 434px;
}
.p2Button {
padding: 10px;
text-align: center;
width: 434px;
}
.dicer {
border: 1px solid black;
width: 180px;
height: 180px;
padding: 2px;
border-radius: 10px;
}
.black {
background-color: black;
}
.white {
background-color: white;
}
.dot {
height: 25px;
width: 25px;
border-radius: 50%;
display: inline-block;
margin: 2px;
}
.viewer {
display: inline-block;
width: 422px;
height: 300px;
border: 1px solid black;
padding: 5px;
}
.namer {
display: inline-block;
font-family: cursive;
font-size: 20px;
margin-bottom: 10px;
}