Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <style>
  2. body
  3. {
  4. padding-top: 40;
  5. text-align: center;
  6. font-family: monaco, monospace;
  7. background: gray;
  8. background-size: cover;
  9. }
  10.  
  11. h1, h2
  12. {
  13. display: inline-block;
  14. }
  15.  
  16. h1
  17. {
  18. font-size: 30px
  19. }
  20.  
  21. h2
  22. {
  23. font-size: 20px;
  24. }
  25.  
  26. p
  27. {
  28. font-size: 16px;
  29. }
  30.  
  31. </style>
  32.  
  33. <div style="background-color:black; color:white; margin:20px; padding:20px;">
  34.  
  35. <h1>Benjamin MacKnight's Website</h1><br>
  36. <h2>I make video games</h2><br>
  37. <p>But seriously I really do make video games</p>
  38.  
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement