-
Notifications
You must be signed in to change notification settings - Fork 0
/
dicee-2-css.css
88 lines (68 loc) · 1.13 KB
/
dicee-2-css.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.background {
}
.container {
width: 70%;
margin: auto;
text-align: center;
}
.dicee {
size: 127%;
text-align: center;
display: inline-block;
}
body {
color:#FFF;
background-image:url(background-2.png);
text-align:center;
/*background-color:#C0C0C0;*/
}
h1 {
margin: 30px;
font-family: 'Berlin Sans FB', cursive;
text-shadow: 4px 0 #00E8E8;
font-size: 5rem;
color:#AEFFFF;
}
p {
font-size: 2rem;
color: #80FFFF;
font-family: 'Calibri', cursive;
}
img {
text-shadow: 7px 0 #000;
width: 80%;
}
.role{
color:#004080;
background-color:#AEFFFF;
padding: 0% 0% 0%;
font-family: 'Century Gothic' ;
font-size: 3rem;
border:none;
width: 8%;
height:10%;
}
.back{
border:none;
background-color:#0000EA;
color:#80FFFF;
color:#9DFFB6;
font-size: 2rem;
float:left;
}
.back:hover{
color:#004080;
background-color:#AEFFFF;
}
.role:hover{
background-color:#0000EA;
color:#80FFFF;
width: 25%;
height:15%;
}
footer {
margin-top: 5%;
color: #000;
text-align: center;
font-family: 'Indie Flower', cursive;
}