Advertisement
Guest User

Untitled

a guest
May 18th, 2011
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. HTML
  2.  
  3. <div id="page-wrap">
  4.  
  5. <header>
  6. <h1 class="title"> Title </h1>
  7. </header>
  8.  
  9. <div id="post-wrap">
  10.  
  11. <div class="text">
  12. <h2> This is a title</h2>
  13.  
  14. <p>
  15. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore
  16. magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
  17. consequat. Duis aute irure dolor in reprehenderit in voluptate velit
  18. </p>
  19.  
  20. </div>
  21.  
  22. </div><!-- #post-wrap -->
  23.  
  24. </div><!-- #page-wrap -->
  25.  
  26. CSS:
  27.  
  28. header { margin: 50px 0 0 0; width: 310px; }
  29. header h1 { color : #474747; font: 50px "Maiden Orange"; letter-spacing: 4px; }
  30.  
  31. #post-wrap { float: right; width: 650px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement