-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
50 lines (44 loc) · 808 Bytes
/
main.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
body {
font-family: 'Courier New', Courier, monospace;
margin-left: 16px;
background-image: url("juliabg.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #F9F9F9;
font-size: 19px;
max-width: 35em;
}
ul {
font-family: 'Courier New', Courier, monospace;
}
img {
float: right;
margin-top: 0;
z-index: -1;
}
#footer {
position: absolute;
bottom: 8px;
right: 16px;
font-size: 12px;
}
#bg-tag {
position: absolute;
bottom: 0px;
right: 6px;
font-size: 12px;
}
.header {
position:absolute;
top: 6px;
right: 6px;
}
@media only screen and (max-width: 1100px) {
body {
background:none;
}
#bg-tag {
display: none;
}
}