상황3(양쪽 플로팅3)


상황3(양쪽 플로팅3)

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>상황3(양쪽 플로팅3)</title> <style> .column h3{ margin:30px 10px;} .column p{margin:20px 10px;} .column{ outline:1px #f00 dotted;} .in{ outline:1px #00f dotted; margin:10px;/*padding:10px;*/} .one{ width:70%; float:left;} .two{ width:30%; float:right;} </style> </head> <body> <div class="column one"> <h3>one 제목</h3> <p>문단1 1 1 1 1 11 1 1 1 1 1 1 1 1 1 1 11 1 1 1 1 1 1 1 11 1 1 1 1 1 </p> <p>문단21 1 1 1 11 1 1 1 1 1 1 1 1 1 1 11 1 1 1 1 1 1 1 11...



원문링크 : 상황3(양쪽 플로팅3)