navigation
This commit is contained in:
+17
-2
@@ -7,7 +7,7 @@ body {
|
||||
margin: 0 auto;
|
||||
}
|
||||
header, footer{
|
||||
height: 160px;
|
||||
height: 200px;
|
||||
background: #ddd
|
||||
}
|
||||
header{
|
||||
@@ -18,9 +18,24 @@ footer{
|
||||
}
|
||||
header img{
|
||||
padding-top: 62px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
nav li{
|
||||
display: inline;
|
||||
line-height: 160px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
nav a:link, nav a:visited{
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
nav a:hover{
|
||||
color: #e01a4b;
|
||||
text-decoration: none;
|
||||
}
|
||||
footer p{
|
||||
line-height: 160px;
|
||||
line-height: 200px;
|
||||
}
|
||||
h1, h2{
|
||||
font-weight: 100;
|
||||
|
||||
Reference in New Issue
Block a user