Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.52 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title></title>
  4. <style type="text/css" rel="stylesheet">
  5. * {
  6.         margin: 0;
  7.         padding: 0;
  8.         text-align: center;
  9. }
  10.  
  11. #geral {
  12.         width: 800px;
  13.         height: 600px;
  14.         background: #abeafe;
  15.         margin: 0 auto;
  16. }
  17.  
  18. #geral p{
  19.     text-align: left;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24.  
  25. <div id="geral">
  26. <p>
  27. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  28. </p>
  29.    
  30. <p>
  31. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  32. </p>
  33. </div>
  34.  
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement