Guest User

Untitled

a guest
Feb 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. body {background-color:#000000;}
  2. .header {
  3. background-image:url(images/header.png);
  4. background-repeat:no-repeat;
  5. position:absolute;
  6. width:1000px;
  7. height:196px;
  8. top:1px;
  9. left:1px;
  10. }
  11. .menu {
  12. background-image:url(images/menu.png);
  13. background-repeat:no-repeat;
  14. position:absolute;
  15. width:178px;
  16. height:805px;
  17. top:196px;
  18. left:1px;
  19. padding:20px;
  20. }
  21.  
  22. .content {
  23. background-image:url(images/content.png);
  24. background-repeat:no-repeat;
  25. position:absolute;
  26. width:822px;
  27. height:808px;
  28. top:196px;
  29. left:179px;
  30. padding:30px
  31. }
  32.  
  33. menufront {
  34. font-size:15px;
  35. font-family:"Comic Sans MS", cursive;
  36. }
  37.  
  38. contentfront {
  39. font-size:15px;
  40. font-family:"Comic Sans MS", cursive;
  41. }
  42.  
  43. a {
  44. color:#6F0;
  45. text-decoration:none;
  46. }
  47.  
  48. a:hover {
  49. color:#000000;
  50. text-decoration:inherit;
  51. }
Add Comment
Please, Sign In to add comment