Advertisement
bar771

Untitled

Dec 21st, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <HTML>
  3.     <HEAD>
  4.         <TITLE></TITLE>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.         <link rel="stylesheet" type="text/css" href="style.css" />
  7.     </HEAD>
  8.     <BODY>
  9.        
  10.         <DIV id="wrapper">
  11.             <DIV id="box_one">
  12.                 RIGHT
  13.             </DIV>
  14.             <DIV id="box_two">
  15.                 LEFT - TOP
  16.             </DIV>
  17.             <DIV id="box_three">
  18.                 LEFT - BOTTOM
  19.             </DIV>
  20.         </DIV>
  21.        
  22.     </BODY>
  23. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement