Guest User

Untitled

a guest
Jan 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. html {
  2. background-color: #eeeeee;
  3. }
  4.  
  5. body {
  6. margin: 0 auto;
  7. padding: 2em;
  8. max-width: 800px;
  9. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10. font-size: 14px;
  11. line-height: 1.5em;
  12. color: #333333;
  13. background-color: #ffffff;
  14. -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  15. -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  16. box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  17. }
  18.  
  19. h1, h2, h3, h4, h5, h6 {
  20. line-height: 1.3em;
  21. }
  22.  
  23. samp
  24. {
  25. /* hide <samp> from the browser so we can show cool features in Edge Code */
  26. display: none;
  27. }
  28.  
  29. img
  30. {
  31. border: 1px solid black;
  32. background-color: dimgray;
  33. padding: 10px;
  34. margin: 10px 0;
  35. max-width: 95%;
  36.  
  37. }
Add Comment
Please, Sign In to add comment