hakyll/examples/morepages/css/default.css
2010-01-19 17:17:48 +01:00

27 lines
410 B
CSS

body {
width: 600px;
margin: 0px auto 0px auto;
}
div#navigation {
text-align: center;
border-bottom: 4px solid black;
}
div#navigation a {
color: white;
text-decoration: none;
background-color: black;
padding: 3px 10px 3px 10px;
margin: 0px 10px 0px 10px;
}
div.column {
width: 30%;
float: left;
margin: 0px 10px 0px 10px;
}
div#footer {
clear: both;
}