Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. padding: 0 10px 0 10px;
  4. height: 100%;
  5. overflow-y: auto;
  6. }
  7.  
  8. #content {
  9. /* 130 plus 172 for logo = 302*/
  10. margin: 172px 0px 0px 0px;
  11. display: block;
  12.  
  13. }
  14.  
  15. #header {
  16. display: block;
  17. top: 10px;
  18. left: 0px;
  19. width: 100%;
  20. height: 112px;
  21. position: fixed;
  22. background-color: #ffffff;
  23. border: 0px solid #888;
  24. }
  25.  
  26. .button {
  27. /* https://dabuttonfactory.com */
  28. background: #3d85c6;
  29. background: -webkit-linear-gradient(#3d85c6, #073763);
  30. background: linear-gradient(#3d85c6, #073763);
  31. border-radius: 5px;
  32. padding: 8px 20px;
  33. color: #ffffff;
  34. display: inline-block;
  35. font: normal 700 24px/1 "Calibri", sans-serif;
  36. text-align: center;
  37. text-shadow: 1px 1px #000000;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement