-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (40 loc) · 713 Bytes
/
style.css
File metadata and controls
40 lines (40 loc) · 713 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
.my-content {
z-index: 1;
position: absolute;
top: 0;
}
.hacker {
height: 100%;
overflow: hidden;
z-index: 0;
}
@import url('https://fonts.googleapis.com/css?family=Pacifico');
body {
background: url('https://www.pixeden.com/media/k2/galleries/220/006-wood-melamine-subttle-pattern-background-pat.jpg');
color: white;
font-size: 22px;
font-family: 'Pacifico', 'Lucida Console', sans-serif;
z-index: 0;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
ul,
li a {
display: none;
color: white;
}
li a:hover {
display: inline-block;
cursor: none;
color: green;
}
.center {
text-align: center;
}
.hack-color {
color: green;
}