플로팅 연구 02


플로팅 연구 02

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>플로팅연구02</title> <style> div{ outline: 1px #f00 dotted;} .contain{ padding:10px; outline-color:#00F; min-width:400px; background:#ffff99;} .column{ width:100px; height:100px; float:left;} /*.two{ width:100px; height:100px; float:left} .three{ width:100px; height:100px; float:left}*/ .one{ height:100px;} .two{ height:120px;} .three{ height:90px;} .footer{ clear:left;} .clearfix{ clear:left; display:block;} body,td,th { font-size: 36px; } ...



원문링크 : 플로팅 연구 02