Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Rucker's</title>
  5. <style>
  6. .body {
  7. background-image: url("https://s3-us-west-2.amazonaws.com/theinspiredhome/images/sous-vide-steak-video-still.jpg?mtime=20161011094326");
  8. background-size: cover;
  9. background-repeat: no-repeat;
  10. margin-top: auto;
  11. filter: blur(8px);
  12. -webkit-filter: blur(8px);
  13. display: block;
  14. width: 200px;
  15. height: 200px;
  16. }
  17. h1 {
  18. font: arial;
  19. color: rgb(255, 0, 0);
  20. }
  21. h2 {
  22. font-style: italic;
  23. }
  24. .container {
  25. width: 300px;
  26. margin: auto;
  27. margin-top: -120px;
  28. padding-left: 20px;
  29. padding-right: 20px;
  30. padding-bottom: 5px;
  31. text-align: center;
  32. background-color: rgb(0,0,0);
  33. background-color: rgba(0,0,0, 0.7);
  34. border: 3px solid rgb(241, 68, 56);
  35. border-radius: 25px;
  36. color: rgb(255, 255, 255);
  37. }
  38. a:link, a:visited {
  39. background-color: rgb(99, 51, 51);
  40. color: white;
  41. padding: 14px 25px;
  42. text-align: center;
  43. text-decoration: none;
  44. display: inline-block;
  45. align-content: center;
  46. }
  47. a:hover, a:active {
  48. background-color: rgb(112, 57, 57);
  49. }
  50. img {
  51. display: block;
  52. margin-left: 150px;
  53. margin-right: auto;
  54. margin-top: -600px;
  55. border-radius: 25px;
  56. }
  57. </style>
  58. </head>
  59. <body>
  60. <div class="body"></div>
  61. <a href="Rucker's-Menus.html">Menus</a><br><br>
  62. <a href="Order-Online.html">Order Online</a><br><br>
  63. <a href="About-Us.html">About Us</a>
  64. <div class="container">
  65. <h1><center>Rucker's</center></h1>
  66. <h2><center>The best steak in Scottsdale!</center></h2>
  67. <p><center>555 Mountainview Ave. Scottsdale, AZ 85260 (602) 789-5672</center></p>
  68. <p>Welcome to Rucker's, which has been voted Best Steakhouse in Scottsdale four years running! At Rucker's you can enjoy a quality steak, amazing wine, and a quiet
  69. atmosphere in a mountain-themed restaurant. Rucker's has been a tradition in
  70. Scottsdale since 1975 and is an amazing place to dine.</p>
  71. <h2>Want to make a reservation?</h2>
  72. <p>Monday-Saturday: 11 AM to 10 PM</p>
  73. <p>Sundays: 12 PM to 8 PM</p>
  74. <form>
  75. Please select a date below:<br>
  76. <input type="date" name="when"><br>
  77. <input type="checkbox" name="time" value="11"> 11 AM<br>
  78. <input type="checkbox" name="time" value="12"> 12 PM<br>
  79. <input type="checkbox" name="time" value="1"> 1 PM<br>
  80. <input type="checkbox" name="time" value="2"> 2 PM<br>
  81. <input type="checkbox" name="time" value="3"> 3 PM<br>
  82. <input type="checkbox" name="time" value="4"> 4 PM<br>
  83. <input type="checkbox" name="time" value="5"> 5 PM<br>
  84. <input type="checkbox" name="time" value="6"> 6 PM<br>
  85. <input type="checkbox" name="time" value="7"> 7 PM<br>
  86. <input type="checkbox" name="time" value="8"> 8 PM<br>
  87. <input type="checkbox" name="time" value="9"> 9 PM<br>
  88. <input type="checkbox" name="time" value="10"> 10 PM<br>
  89. <br>
  90. Name:<br>
  91. <input type="text" name="name">
  92. <br><br>
  93. <input type="submit" value="Submit">
  94. </form>
  95. </div>
  96. <img src="C:\Users\Owner\Desktop\Ruckers\images\steak-dinner.jpg" alt="steak">
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement