Added css and improved aspect

This commit is contained in:
Thomas FORGIONE
2015-04-11 17:08:43 +02:00
parent 64c8b7de6d
commit 4d79ea6484
8 changed files with 106 additions and 15 deletions

44
css/style.css Normal file
View File

@@ -0,0 +1,44 @@
body {
font-family: Ubuntu;
margin-left: auto;
margin-right: auto;
width: 1024px;
}
header {
text-align: center;
}
nav {
margin-bottom: 25px;
}
nav ul {
list-style-type: None;
text-align: center;
}
nav ul li {
display: inline-block;
width: 18%;
}
nav a {
color: black;
text-decoration: None;
font-weight: normal;
}
nav a:hover {
font-weight: bold;
}
nav a:visited {
}
section {
}
#container {
position: static;
}