AngularTestbed/stylesheets/main.css
2014-05-15 21:19:12 -04:00

21 lines
225 B
CSS

* {
margin: 0;
padding: 0;
}
header, menu, content, footer {
display: block;
}
menu ul {
list-style-type: none;
}
menu ul li {
float: left;
padding: 5px 20px;
}
content, footer {
clear: both;
}