Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link href="demo.css" rel="stylesheet" type="text/css">
  6. </head>
  7. <body>
  8. <div id="container">
  9. <div id="content">
  10. <heading>Title</heading>
  11. <article>
  12. <p>Lorem Ipsum is simply dummy text of the printing and typesetting
  13. industry. Lorem Ipsum has been the industry's standard dummy text ever
  14. since the 1500s,when an unknown printer took a galley of type and
  15. scrambled it to make a type specimen book. It has survived not only
  16. five centuries, but also the leap into electronic typesetting,
  17. remaining essentially unchanged.</p>
  18. </article>
  19. </div>
  20. <div id="frame"><img src="9CrNc.png" /></div>
  21. </div>
  22. </body>
  23.  
  24. #content {
  25. width: 664px;
  26. margin: auto;
  27. position: relative;
  28. top: 150px;
  29. z-index: 1;
  30. }
  31.  
  32. heading {
  33. display: block;
  34. width: 100%;
  35. text-align: center;
  36. font-style: italic;
  37. font-size: larger;
  38. font-family: sans-serif;
  39. }
  40.  
  41. article {
  42. margin: 10px 100px;
  43. }
  44.  
  45. #frame {
  46. z-index: 0;
  47. width: 664px;
  48. margin: 0 auto;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement