-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
90 lines (81 loc) · 1.52 KB
/
index.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
html {
height: 100%;
font-family: impact;
}
body {
height: 100%;
background: linear-gradient(black, white);
background-repeat: no-repeat;
}
header {
padding:5px;
font-size: 28px;
display: block;
width: 100%;
height: 400px;
color: (white);
background-image: url(http://wallpapercave.com/wp/NdX7xhZ.jpg);
background-repeat: no-repeat;
background-size: contain;
}
h1 {
padding-top: 70px;
color: white;
text-align:center;
}
h2 {
padding-top: 5px;
font-size: 20px;
color: white;
text-align: center;
}
nav {
line-height:;
background-color:;
width:125px;
display: inline-block;
vertical-align: top;
position: fixed;
left: 10px;
}
nav ul {
list-style-type: none;
}
.credit {
/*font-size: 10px;*/
}
a {
color: ;
}
section {
width: 516px;
display: inline-block;
margin-left: 150px;
}
aside {
width: 15%;
display: inline-block;
vertical-align: top;
float: right;
background-color:;
font-size: ;
float: right;
margin: 0 1.5%;
position: fixed;
right: 10px;
}
aside ul li {
list-style-type: none;
}
img {
width: 100%;
height: auto;
width: auto\9;
}
footer {
width: 790px;
background-color:;
text-align:;
padding:5px;
display: block;
}