-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
55 lines (46 loc) · 901 Bytes
/
css.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
html {
background-color: black;
background-image: url("https://zummer.su/wp-content/webcam/beloyarskiy/online.jpg??1687713161425");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
font-family: monospace;
color: #b3b8c3;
}
.term {
background-color: #0C090A;
color: #b3b8c3;
width: 75%;
border: solid 2px #1e1e1e;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
padding: 3px;
}
.reference {
color: #b3b8c3;
text-decoration: underline;
}
.reference:hover {
background-color: #b3b8c3;
color: #0c090a;
}
.greentext {
color: #87b379;
}
.redtext {
color: #a47996;
}
a:hover {
background-color: #fc6db7;
color: #0C090A;
}
a {
color: #fc6db7;
text-decoration: none;
}
#header {
display: flex;
justify-content: center;
position: relative;
}