-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
62 lines (52 loc) · 969 Bytes
/
styles.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
@charset "UTF-8";
/* CSS Document */
html {
background: url(darkshore.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
color: rgba(0,0,0,0.7);
}
#cover {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
resize: both;
overflow: auto;
}
p {
/* Nothing Yet */
color: (blue);
}
a:link {
text-decoration: none;
color: rgba(0,0,0,0.7);
}
/* mouse over link */
a:hover {
color: rgba(0,0,0,1.0);
}
a:visited {
color: rgba(0,0,0,0.7);
}
h1 {
font-family: "Lucida Console", Monaco, monospace;
font-size: 100px;
color:white;
}
h3 {
font-family: "Lucida Console", Monaco, monospace;
font-size: 45px;
color:blue;
align-content:left;
}