painted_dreams87

Prize Booth Coding

Sep 16th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. <style>
  2. table, .sf {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. body {
  9. background-image: url("http://i.imgur.com/4uKRwwg.png");
  10. }
  11. #layout {
  12. width: 778px;
  13. height: 900px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/rUR64hd.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 400px;
  21. left: 170px;
  22. width: 500px;
  23. height: 325px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 325px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 405px;
  32. left: 30px;
  33. width: 80px;
  34. height: 390px;
  35. overflow: hidden;
  36. text-align: center;
  37. }
  38. .table {
  39. display: inline;
  40. text-align: left;
  41. }
  42. td {
  43. padding: 5px;
  44. font: 8pt tahoma;
  45. color: #000000;
  46. }
  47. h1 {
  48. font: 10pt tahoma;
  49. color: #3196c2;
  50. border-width: 1px;
  51. border-bottom-style: solid;
  52. border-color: #90040f;
  53. letter-spacing: 2px;
  54. line-height: 18px;
  55. }
  56. h2 {
  57. font: 13pt tahoma;
  58. color: #ffffff;
  59. text-align: center;
  60. letter-spacing: 2px;
  61. line-height: 25px;
  62. }
  63. h2:hover {
  64. font: 13pt tahoma;
  65. color: #8b8b8b;
  66. text-align: center;
  67. letter-spacing: 2px;
  68. line-height: 25px;
  69. }
  70. b {
  71. color: #920412;
  72. font: 10pt tahoma;
  73. font-weight: bold;
  74. line-height: 14px;
  75. }
  76. i {
  77. color: #eea518;
  78. font: 10pt tahoma;
  79. font-style: italic;
  80. line-height: 14px;
  81. }
  82. a:link, a:visited, a:active {
  83. color: #3095c3;
  84. font: 10pt tahoma;
  85. text-decoration: none;
  86. }
  87. a:hover {
  88. color: #eea518;
  89. font: 10pt tahoma;
  90. text-decoration: none;
  91. }
  92. </style><div id="layout" style="position: relative;">
  93.  
  94.  
  95. <div id="nav" style="position: absolute;">
  96. <a href="#home" class="nav"><h2>Home</h2></a>
  97. <br><br><br><br><a href="#prizes" class="nav"><h2>Prizes</h2></a>
  98. <br><br><br><br><a href="#tickets" class="nav"><h2>Tickets</h2></a>
  99.  
  100. </div>
  101.  
  102.  
  103.  
  104.  
  105. <div id="main" style="position: absolute;">
  106. <a name="home"></a>
  107. <div class="page">
  108. <h1>Header 1</h1>
  109. Content Goes Here! <b>bold</b> <i>italic</i> <a href="/">link</a>
  110. <br><br></div>
  111.  
  112.  
  113.  
  114. <a name="prizes"></a>
  115. <div class="page">
  116. <h1>Prizes</h1>
  117. <table width="100%"><tr align="center"><td width="33%">
  118. <img src="http://i.imgur.com/ES0v62d.png"><br><b>Baby Niffler</b><br>
  119. 10 Tickets
  120. </td>
  121. <td width="33%">
  122. <img src="http://i.imgur.com/ES0v62d.png"><br><b>Baby Niffler</b><br>
  123. 10 Tickets
  124. </td>
  125. <td width="33%">
  126. <img src="http://i.imgur.com/ES0v62d.png"><br><b>Baby Niffler</b><br>
  127. 10 Tickets
  128. </td>
  129. </tr></table></div>
  130.  
  131.  
  132.  
  133. <a name="tickets"></a>
  134. <div class="page">
  135. <h1>Tickets</h1>
  136. Tickets each person has will go here.
  137. </div>
  138.  
  139.  
  140.  
  141. </div></div>
Add Comment
Please, Sign In to add comment