Advertisement
Guest User

Untitled

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