-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsputnik.css
More file actions
52 lines (48 loc) · 905 Bytes
/
sputnik.css
File metadata and controls
52 lines (48 loc) · 905 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
44
45
46
47
48
49
50
51
52
body {
text-align: center;
font-size: 36px;
font-family: 'Trebuchet', 'Trebuchet MS', Arial, sans-serif;
color: white;
background-image: url('catastronauts.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right;
background-color: #171717;
margin: 0;
}
.name {
font-size: 48px;
margin-bottom: 20px;
}
.city {
margin-top: 15px;
font-size: 24px;
}
.title {
margin: 7% 0% 5%;
}
.links {
font-size: 30px;
text-align: center;
width: auto;
}
.quote {
font-size: 24px;
color: lightskyblue;
}
a:link,a:visited {
text-decoration: none;
color: darkgray;
}
html, body {height: 100%;}
#wrap {min-height: 100%;}
#main {
overflow:auto;
padding-bottom: 150px; /* must be same height as the footer */
}
#footer {
position: relative;
margin-top: -50px; /* negative value of footer height */
height: initial;
clear:both;
}