-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (47 loc) · 973 Bytes
/
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
.animated {
animation-duration: 5s;
animation-delay: 2s;
text-align: center;
}
#pouleover{
text-align: center;
position: absolute;
z-index: 3;
margin-left: 540px !important;
margin-top: 150px !important;
}
.content {
max-width: 800px;
margin: 0 auto;
margin-bottom: 30px;
padding: 30px;
background: rgb(0, 100, 139);
background: black;
color: greenyellow;
border: 1px solid #ddd;z-index: 5;
text-align: center;
position: absolute;
z-index: 5;
margin-left: 620px !important;
margin-top: 190px !important;
font-family: 'Luckiest Guy', cursive !important;
}
.center {
text-align: center;
}
button {
/* padding: 10px 20px; */
background: #F76C6C;
color: #fff;
border: transparent;
border-radius: 4px;
font-size: 1.5rem;
}
.youwin {
text-align: center;
position: absolute;
margin-left: 620px !important;
margin-top: 190px !important;
font-family: 'Luckiest Guy', cursive !important;
color: black;
}