설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

down.css 203B

123456789101112131415
  1. .box-left{
  2. width: 348px;
  3. float: left;
  4. height: auto;
  5. min-height: 200px;
  6. }
  7. .box-right{
  8. width: 692px;
  9. float: left;
  10. height: auto;
  11. min-height: 200px;
  12. margin-left: 10px;
  13. }