-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (65 loc) · 1.22 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
61
62
63
64
65
66
67
68
69
70
body {
width: auto;
height: auto;
padding: 0px;
margin: 0px;
background-image: url('./1.png');
background-repeat: no-repeat;
background-size: 100%;
display: flex;
justify-content: center;
}
h1 {
padding: 20px;
margin: 0px;
color: white;
text-align: center;
opacity: 1;
}
.h1 {
padding: 0px;
margin: 0px;
width: auto;
height: 100px;
background-color: rgba(29, 30, 31, 0.6);
text-align: center;
}
a {
color: white;
text-decoration: none;
display: inline-block;
width: 250px;
height: 50px;
background: rgba(55, 55, 56, 0.6);
text-align: center;
padding-top: 20px;
margin: 100px;
font-size: 20px;
border-radius: 15px;
border-style: solid;
border-color: white;
}
.wy {
width: auto;
height: 100px;
display: flex;
justify-content: center;
}
.zz {
background-color: rgba(48, 45, 45, 0.6);
position: absolute;
width: 100%;
height: 100%;
}
footer{
width: auto;
height: 50px;
position: fixed;
bottom: 0px;
}
.footer{
font-size: 25px;
color: rgb(39, 39, 39);
width: auto;
height: 50px;
}