-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththundersnow.css
More file actions
74 lines (63 loc) · 968 Bytes
/
thundersnow.css
File metadata and controls
74 lines (63 loc) · 968 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
html {
height: 100%;
background-color: white;
width: 100%
}
body {
height: 100%;
}
.wrapper{
margin: 0 auto;
width: 790px;
}
header {
padding: 7px;
display: block;
width: 790px;
text-align: center;
background-image: url("img/snow.jpg");
}
h1{
font-size: 45px;
color: blue;
text-decoration: underline;
}
nav {
line-height:2;
background-color:#c4f0ff;
width:150px;
display: inline-block;
vertical-align: top;
height:700px
}
nav ul {
list-style-type: circle;
text-decoration-style: solid;
}
nav li {
font-size: 25px
}
a {
color: ;
}
section {
width: 516px;
display: inline-block;
}
aside {
width: 125px;
display: inline-block;
vertical-align: top;
background-color:;
font-size: ;
}
aside ul {
list-style-type: none;
}
footer {
width: 790px;
background-color:;
text-align:center;
padding:5px;
display: block;
}