10 lines
88 B
CSS
10 lines
88 B
CSS
@charset "utf-8";
|
|
#leftBox
|
|
{
|
|
width:180px;
|
|
float:left;
|
|
}
|
|
#rightBox
|
|
{
|
|
float:right;
|
|
} |