-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
73 lines (62 loc) · 1.27 KB
/
styles.css
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
body{
background-color: #FFC93C;
}
h1{
font-family: 'Oleo Script Swash Caps', cursive;
font-size: 5rem;
color: #99154E;
margin-bottom: 20px;
}
.container {
width: 70%;
margin: auto;
text-align: center;
}
.dice {
text-align: center;
display: inline-block;
}
.image1{
margin-right: 20px;
width: 200px;
}
.image2{
margin-left: 20px;
width: 200px;
}
p{
font-size: 2rem;
font-family: 'Oleo Script Swash Caps', cursive;
color: #810000;
}
.BUTTON_FGS {
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
height: 2px;
line-height: 2px;
color: #FFFFFF;
font-family: Tahoma;
width: 76px;
font-size: 17px;
font-weight: 200;
padding: 22px;
background-color: #BD2000;
-webkit-box-shadow: 0 0 20px 0 #FFAE00;
-moz-box-shadow: 0 0 20px 0 #FFAE00;
box-shadow: 0 0 20px 0 #FFAE00;
text-shadow: 0 0 100px #000000;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
margin: 20px;
}
.BUTTON_FGS:hover {
background: rgba(223, 36, 27, 0.93);
border: solid #DD380D 0;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
text-decoration: none;
}