19 lines
172 B
CSS
19 lines
172 B
CSS
@charset "UTF-8";
|
|
|
|
.width-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.wp-inner {
|
|
width: 1115px;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.left {
|
|
float: left;
|
|
}
|
|
|
|
.right {
|
|
float: right;
|
|
} |