browsh/interfacer/test/sites/smorgasbord/css/main.css
2018-04-07 11:35:17 +08:00

23 lines
197 B
CSS

#content {
width: 500px;
margin: auto;
}
h1 {
text-align: center;
}
.left_col {
width: 45%;
float: left;
}
.right_col {
width: 45%;
float: right;
}
.big_middle {
clear: both;
}