-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
94 lines (81 loc) · 1.6 KB
/
main.css
File metadata and controls
94 lines (81 loc) · 1.6 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
html {
margin: 0;
padding: 0;
}
body {
font-size: 1em;
padding: 2px 1em;
margin: 0;
}
.ctr {
text-align: center;
font-family: 'Comic Sans MS', 'Arial Black', sans-serif;
}
.headerSpan {
padding-bottom: 2.1em;
border-bottom: 4px ridge #dedede;
}
.curved {
display: inline-block;
font-size: 2.2em;
font-family: "Georgia", "Cambria", serif;
color: red;
padding: 3px;
margin: 1px;
}
.evenColorCLass {
font-size: 1.9em;
font-family: sans-serif;
color: #ab2222;
vertical-align: middle;
}
.oddColorCLass {
font-size: 2.6em;
font-family: monospace;
color: #3333ff;
}
.staggered {
position: relative;
}
#diceImg {
height: 250px;
width: 250px;
}
#sizeDiv {
display: inline-block;
padding: 4px;
margin: 2px 20px;
color: #008800;
font-family: 'Franklin Gothic', 'Helvetica', sans-serif;
}
#curveDiv {
display: inline-block;
padding: 2px;
margin: 2px 25px;
font-family: 'Geneva', 'Tahoma', sans-serif;
}
#colorsDiv {
display: inline-block;
padding: 8px;
margin: 10px 20px;
vertical-align: bottom;
}
#fadeDiv {
display: inline-block;
float: right;
margin: 10px 50px 10px 20px;
padding: 1px;
font-size: 2em;
color: darkblue;
font-family: "Cambria", "Georgia", serif;
}
#staggerDiv {
display: inline-block;
height: 5em;
width: 8em;
padding: 2px;
margin: 80px 10px 20px 25px;
font-size: 2.5em;
font-weight: 700;
position: absolute;
}