AngularTestbed/stylesheets/main.css

21 lines
225 B
CSS
Raw Permalink Normal View History

2014-05-16 01:19:12 +00:00
* {
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;
}