-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (42 loc) · 731 Bytes
/
style.css
File metadata and controls
43 lines (42 loc) · 731 Bytes
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
html {
overflow: hidden;
}
@font-face {
font-family: "amogos";
src: url("AmongUs-Regular.ttf");
}
body {
background-color: rgba(0, 0, 0, 0);
padding: 0;
margin: 0;
width: 100%;
height: 100%;
position: absolute;
background-image: url(https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=en-CA);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#yes {
font-family: amogos;
color: ivory;
font-size: 60px;
}
.shad {
background-color: rgba(0, 0, 0, 0.5);
width: 100vw;
height: 100vh;
margin: 0;
}
#wart {
color: azure;
}
#serch:hover {
box-shadow: 0 0 16px rgba(0, 0, 0, 0.555);
}
#text {
color: aliceblue;
}
#text1 {
color: aliceblue;
}