-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
46 lines (43 loc) · 994 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
.Bg{
background-image: url(wp9287254-anime-pc-4k-hd-wallpapers.jpg);
background-position: center;
background-size:100%;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
.body{
margin: 0;
display: flex;
justify-content: center;
text-align: center;
height: 100vh;
}
.centre-container{
display: flex;
justify-content: center;
text-align: center;
color: yellow;
background-color: rgba(0, 0, 0, 0.8); /* Optional: Add a semi-transparent background to the text container */
font-size: 100px;
}
.centre-container-2{
display: flex;
justify-content: center;
text-align: center;
color: pink;
background-color: rgba(0, 0, 0, 0.8);
font-size: 120px;
}
.footer{
display: flex;
justify-content: center;
text-align: center;
background-color: rgba(0, 0, 0, 0.8);
font-size: 30px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}