5 lines
101 B
CSS
5 lines
101 B
CSS
/* 레이아웃 CSS */
|
|
.flex_box_l {float:left; width: 30%;}
|
|
.flex_box_r {float:right; width: 70%;}
|
|
|