-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLayout.css
More file actions
67 lines (57 loc) · 981 Bytes
/
Copy pathLayout.css
File metadata and controls
67 lines (57 loc) · 981 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
body{
background: url(Images/texture-paper-1920.jpg);
}
#container{
width: 984px;
margin: 0 auto;
}
#header{
height: 180px;
margin: 10px 0 0 0;
background: url(Images/turntable.jpg);
border-image: url(Images/wood.png) 1%;
}
#header h1{
color: #f5ecd2;
text-align: left;
font-style: italic;
padding: 70px 30px;
font-family: georgia;
text-shadow: 2px 2px black;
font-size: 40px;
}
#nav {
width: 984px;
overflow: hidden;
}
#nav a{
width: 164px;
height: 35px;
float: left;
padding: 13px 0 0 0;
text-align: center;
background: url(Images/wood.png);
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
color: #f5ecd2;
font-family: georgia;
text-shadow: 2px 2px black;
}
#nav a:hover{
background: url(Images/wood.png);
opacity: 0.5;
}
#content{
border-image: url(Images/wood.png) 1%;
border-right: 10px;
border-left: 10px;
border-bottom: 10px;
}
#footer p{
text-align: right;
color: #f5ecd2;
}
#footer img{
float: right;
}