-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (62 loc) · 1.09 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
body {
background-color: lightgrey;
margin: 33px;
color: #333;
font-family: monospace;
}
h1 {
font-family: monospace;
}
a {
text-decoration: underline;
color: blue;
font-weight: bold;
font-size: 1.3em;
}
a:visited {
color: blue;
}
a:hover {
color: blue;
}
pre {
font: 0.9em/1.3em "Courier New", Courier;
margin: 13px 0;
color: #777;
}
pre img {
display: inline;
}
img {
margin: 13px 0;
width: 3em;
margin-bottom: -0.2em;
}
/* #border {
border-style: dashed;
border-width: 10px;
position: fixed;
right: 0;
bottom: 0;
min-width: 90%;
min-height: 90%;
z-index: 15;
} */
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
opacity: .6;
filter: grayscale(100%);
pointer-events: none;
}
/* h1 {
text-align: right;
position: fixed;
bottom: 45px;
right: 45px;
z-index: -2;
} */