Guest User

Untitled

a guest
Jul 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. body {
  2. padding: 0px;
  3. margin: 0px;
  4. margin-top: 65px;
  5. margin-bottom: 65px;
  6. background-image: url("/images/background.jpg");
  7. }
  8.  
  9. body .description{
  10. position: absolute;
  11. background-color: rgba(109,60,9,0.9);
  12. width: 720px;
  13. left: 50%;
  14. margin-left: -360px;
  15. top: 120px;
  16. padding: 10px;
  17. border: solid black 1px;
  18. }
  19.  
  20. body .body_overlay{
  21. position: absolute;
  22. width: 100%;
  23. height: 100%;
  24. background-color: rgba(200,200,200,0.8);
  25. top: 0;
  26. left: 0;
  27. }
  28.  
  29. body .table {
  30. display: block;
  31. position: relative;
  32. width: 504px;
  33. height: 487px;
  34.  
  35. margin-left: auto;
  36. margin-right: auto;
  37.  
  38. background-image: url(/images/Table.png);
  39. }
  40.  
  41. body .table .clickable {
  42. position: absolute;
  43. top: 53px;
  44. left: 90px;
  45. width: 325px;
  46. height: 330px;
  47. cursor: pointer;
  48. }
  49.  
  50. body .banner{
  51. position: absolute;
  52. top: 500px;
  53. left: 0px;
  54. width: 100%;
  55. height: 130px;
  56.  
  57. background-color: rgba(109,60,9,0.9);
  58. }
  59.  
  60. body .banner .banner_content{
  61. width: 800px;
  62. margin-left: auto;
  63. margin-right: auto;
  64. padding-top: 10px;;
  65. }
  66.  
  67. body .banner .banner_content .contact{
  68. margin-left: 357px;
  69. }
Add Comment
Please, Sign In to add comment