The Poly Grail 02


The Poly Grail 02

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>The Poly Grail 02</title> <style> div{outline:1px #f00 dotted;} .container{padding:5px 120px 5px 100px; overflow:auto;} .column{float:left;} .one{width:100%;} .two{width:100px; margin-left:-100%; position:relative; left:-100px; top:0;} .three{width:120px; margin-right:-120px;} </style> </head> <body> <div class="column container"> <div class="column one">one</div> <div class="column two">two</div> <div class="column three">three</div> <...


#IT·컴퓨터

원문링크 : The Poly Grail 02