navigation

This commit is contained in:
Andy
2020-02-25 20:29:27 +01:00
parent 2fea793568
commit 9c71230f7f
2 changed files with 97 additions and 2 deletions
+17 -2
View File
@@ -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;