Guest User

Untitled

a guest
Sep 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2.  
  3. #header {
  4. margin: 0 auto;
  5. height: 6em;
  6. width: 100%;
  7. background: black;
  8. filter:alpha(opacity=50);
  9. -moz-opacity:0.5;
  10. -khtml-opacity: 0.5;
  11. opacity: 0.5;
  12. background: black;
  13. margin-top: 3em;
  14. }
  15. body {
  16. font-size:100%;
  17. font-family: Arial, Helvetica, sans-serif;
  18. line-height: normal;
  19. }
  20.  
  21. p.content {
  22. font-family: Arial, Helvetica, sans-serif;
  23. font-size: 0.875em;
  24. font-style: normal;
  25. font-weight: normal;
  26. color: #F2CECE;
  27. }
  28.  
  29. h1.title1 {
  30. font-size:2.5em;
  31. }
  32.  
  33. h2.title2 {
  34. font-size:1.875em;
  35. }
  36.  
  37. p.menu {
  38. font-family: Arial, Helvetica, sans-serif;
  39. font-size: 1.5em;
  40. font-style: normal;
  41. font-weight: bold;
  42. color: #606;
  43. padding-left: 10px;
  44. }
  45.  
  46. #on-top-header{
  47. position: relative;
  48. top: -5.5em;
  49.  
  50. }
Add Comment
Please, Sign In to add comment