-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (51 loc) · 1.06 KB
/
style.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
.container {
width: 70%;
margin: auto;
text-align: center;
}
.dice {
text-align: center;
display: inline-block;
}
body {
/* background-color: #6a2e72; */
background-image: url(bg4.jpg);
background-size: cover;
}
h1 {
margin: 30px;
font-family: 'Rochester', cursive;
text-shadow: 5px 0 black;
/* #151d92/ #4ea4cc */
font-size: 5rem;
color: #12CBC4;
/* color: #9e4ecc; */
word-spacing: 7px;
/* color: black; */
}
p {
font-size: 40px;
font-weight: 600;
/* color: #4ECCA3; */
color:#d1d8e0;
font-weight: 700;
font-family: 'Satisfy', cursive;
}
img {
width: 75%;
}
footer {
margin-top: 5%;
color: #EEEEEE;
text-align: center;
}
button{
margin-top: 5px;
padding: 8px;
background-color: rgba(20, 6, 6,0.8);
color: white;
border: 2px solid rgb(19, 145, 167);
border-radius: 5px;
font-family: 'Satisfy', cursive;
font-size: 20px;
}