단순 2단 03


단순 2단 03

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>단순 2단 03</title> <style> body{ margin:0; background:#ffff99; min-width:500px;} .wrap{background:url(bg3.jpg) repeat-y 70% 0;} .header, .footer{height:100px; background:#ffccff;} .column{float:left; outline:1px #f00 dotted;} .in{ outline:1px #f00 dotted; margin:0 10px;} .one{width:70%;} .two{width:30%;} .footer{ clear:left;} </style> </head> <body> <div class="wrap"> <div class="header">머리말</div> <div class="column one"> <div class="in">...



원문링크 : 단순 2단 03