Bootstrap

This commit is contained in:
Thomas FORGIONE
2015-04-26 00:21:49 +02:00
parent af0314af9c
commit b83ae12dad
17 changed files with 9750 additions and 60 deletions

View File

@@ -1,44 +1,4 @@
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;
padding-top: 50px;
text-align: justify;
}