Display bar list with "openness"

This commit is contained in:
Skia
2016-09-04 14:17:49 +02:00
parent c62d3f4f4a
commit 25dea832be
4 changed files with 23 additions and 6 deletions

View File

@ -20,8 +20,15 @@ header {
position: absolute;
top : 0px;
right : 8%;
left: 40%;
background-color:#DDD;
margin: 0 10px;
padding: 0 10px;
}
header ul {
display: inline-block;
list-style-type: none;
margin: 0px;
vertical-align: middle;
}
header a {
display: inline-block;