21 lines
249 B
CSS
21 lines
249 B
CSS
#body_div {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
header .topbar .container {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
.web-main-section {
|
|
width: 65%;
|
|
float: left;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.web-side-section {
|
|
width: 30%;
|
|
float: right;
|
|
margin-bottom: 20px;
|
|
} |