플로팅연구 03


플로팅연구 03

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>플로팅연구03</title> <style> div{ outline: 1px #f00 dotted;} .contain{ padding:10px; outline-color:#00F; background:#ffff99;} .column{ width:100px; height:100px; float:left; margin:10px;} .one{ height:120px;} .two{ height:100px;} .three{ height:90px; clear:left;} .four{ height:100px;} .clearfix{ clear:left; display:block;} </style> </head> <body> <div class="contain"> <div class="column one">one</div> <div class="column two">two</div> <div c...



원문링크 : 플로팅연구 03