Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. body, #head, table{
  2. border: 0px;
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. #head {
  8. background-image:url("../img/head.png");
  9. height:300px;
  10. width:1000px;
  11. background-repeat:no-repeat;
  12.  
  13. }
  14. #topmenu {
  15. width:110px;
  16. vertical-align:top;
  17.  
  18. }
  19. ul {
  20. background-image:url("../img/bkgmenu.png");
  21. background-repeat: repeat-x;
  22. margin-top: -9px;
  23.  
  24. }
  25.  
  26. ul li {
  27. width:150px;
  28. text-decoration: none;
  29. list-style-type: none;
  30. margin-left: -25px;
  31. text-align:center;
  32. margin-bottom: 10px;
  33. }
  34. ul li a {
  35. margin-bottom: 5px;
  36. color: white;
  37. font-size: 20px;
  38. height:50px;
  39. width:150px;
  40. }
  41. ul li a:hover {
  42. color: #d3272c;
  43. font-size: 20px;
  44. height:50px;
  45. width:150px;
  46. }
  47.  
  48. #menufoot {
  49. background-image:url("../img/footmenu.png");
  50. height:100px;
  51. width:180px;
  52. background-repeat:no-repeat;
  53. margin-top: -20px;
  54. }
  55. #telo {
  56. margin-top: -100px;
  57. width:674px;
  58. margin-left: 70px;
  59. }
  60.  
  61. #footer {
  62. background-image:url("../img/foot.png");
  63. height:98px;
  64. width:1000px;
  65. }
  66. h2 {
  67. text-align:center;
  68. }
  69. #link {
  70. border:none;
  71. display: block;
  72. width:310px;
  73. height:111px;
  74. font-size: 0px;
  75. left:130px;
  76. }
Add Comment
Please, Sign In to add comment