Advertisement
Sourabh_5050

coffee garage flower

Sep 5th, 2023
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.93 KB | Source Code | 0 0
  1. coffee shop two
  2. <!DOCTYPE html>
  3. <html>
  4.    
  5. <head>
  6.   <title>Express Cafe</title>
  7.    
  8.   <style>
  9.     /* CSS Styles */
  10.     body {
  11.       font-family: Arial, sans-serif;
  12.       background-color: #F5F5F5;
  13.     }
  14.    
  15.     h1 {
  16.       text-align: center;
  17.       color: #663300;
  18.       margin-top: 30px;
  19.     }
  20.    
  21.     .container {
  22.       max-width: 800px;
  23.       margin: 0 auto;
  24.       padding: 20px;
  25.       background-color: #170101;
  26.       box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  27.     }
  28.    
  29.     .coffee-cup {
  30.       width: 150px;
  31.       display: block;
  32.       margin: 0 auto;
  33.       margin-bottom: 20px;
  34.     }
  35.    
  36.     table {
  37.       width: 100%;
  38.       border-collapse: collapse;
  39.     }
  40.    
  41.     th, td {
  42.       padding: 10px;
  43.       text-align: center;
  44.     }
  45.    
  46.     th {
  47.       background-color: #2ee113;
  48.       color: #FFFFFF;
  49.     }
  50.    
  51.     tr:nth-child(even) {
  52.       background-color: #F9F9F9;
  53.     }
  54.    
  55.     tr:hover {
  56.       background-color: #F1F1F1;
  57.     }
  58.    
  59.     select, input[type="submit"] {
  60.       padding: 5px 10px;
  61.       font-size: 16px;
  62.     }
  63.    
  64.     input[type="submit"] {
  65.       background-color: #663300;
  66.       color: #FFFFFF;
  67.       border: none;
  68.       cursor: pointer;
  69.     }
  70.   </style>
  71.    
  72.   </style>
  73. </head>
  74. <body>
  75.   <div class="container">
  76.     <h1>Express Cafe</h1>
  77.     <img src="https://en.m.wikipedia.org/wiki/File:Coffee_cup_icon.svg" alt="error loading image" srcset="">
  78.  
  79.    
  80.    
  81.     <!-- <img class="coffee-cup" src="coffee_cup.jpg" alt="Coffee Cup"> -->
  82.    
  83.     <h2>Menu</h2>
  84.     <form>
  85.       <table>
  86.         <tr>
  87.           <th>Coffee Type</th>
  88.           <th>Rate</th>
  89.         </tr>
  90.         <tr>
  91.           <td>
  92.             <label for="coffeeType">Select Coffee:</label>
  93.             <select id="coffeeType" name="coffeeType">
  94.               <option value="espresso">Espresso</option>
  95.               <option value="cappuccino">Cappuccino</option>
  96.               <option value="latte">Latte</option>
  97.               <option value="mocha">Mocha</option>
  98.             </select>
  99.           </td>
  100.           <td>
  101.             <input type="number" id="rate">
  102.           </td>
  103.         </tr>
  104.       </table>
  105.       <br>
  106.       <input type="submit" value="Place Order">
  107.     </form>
  108.   </div>
  109. </body>
  110. </html>
  111.  
  112. CAFE
  113. <!DOCTYPE html>
  114. <html>
  115. <head>
  116.   <title>Coffee Shop Online</title>
  117.   <style>
  118.     /* CSS styling for the coffee shop web page */
  119.     body {
  120.       font-family: Arial, sans-serif;
  121.       background-color: #F6F6F6;
  122.     }
  123.    
  124.     h1 {
  125.       color: #333;
  126.       text-align: center;
  127.     }
  128.    
  129.     .container {
  130.       max-width: 1400px;
  131.       margin: 0 auto;
  132.       padding: 20px;
  133.       background-color: #FFF;
  134.       box-shadow: 0 0 10px rgba(0,0,0,0.1);
  135.     }
  136.    
  137.     .coffee-img {
  138.       max-width: 100%;
  139.       height: auto;
  140.     }
  141.    
  142.     table {
  143.       width: 100%;
  144.       border-collapse: collapse;
  145.       margin-top: 20px;
  146.     }
  147.    
  148.     th, td {
  149.       padding: 10px;
  150.       text-align: left;
  151.       border-bottom: 1px solid #DDD;
  152.     }
  153.    
  154.     th {
  155.       background-color: #F8F8F8;
  156.     }
  157.    
  158.     tr:hover {
  159.       background-color: #f2f2f2;
  160.     }
  161.    
  162.     .btn {
  163.       display: inline-block;
  164.       padding: 10px 20px;
  165.       background-color: #333;
  166.       color: #FFF;
  167.       text-decoration: none;
  168.       border-radius: 4px;
  169.     }
  170.    
  171.     .btn:hover {
  172.       background-color: #555;
  173.     }
  174.   </style>
  175. </head>
  176. </head>
  177. <body>
  178.   <div class="container">
  179.     <h1>Express Cafe</h1>
  180.     <img class="coffee-img" src="cafe.jpg.jpg" alt="Coffee shop">
  181.  
  182.    
  183.    
  184.     <!-- <img class="coffee-cup" src="coffee_cup.jpg" alt="Coffee Cup"> -->
  185.    
  186.     <h2>MENU</h2>
  187.     <form>
  188.         <table>
  189.         <tr>
  190.           <th>Coffee Type</th>
  191.           <th>Rate</th>
  192.         </tr>
  193.         <tr>
  194.           <td>Expresso</td>
  195.           <td>130</td>
  196.         </tr>
  197.         <tr>
  198.             <td>Cappuccino</td>
  199.             <td>165</td>
  200.         </tr>
  201.         <tr>
  202.             <td>Latte</td>
  203.             <td>190</td>
  204.         </tr>
  205.         <tr>
  206.             <td>Mocha</td>
  207.             <td>145</td>
  208.         </tr>
  209.         </table>
  210.       <br>
  211.       <label for="coffeeType">Please Select Coffee Which you want to buy:</label>
  212.             <select id="coffeeType" name="coffeeType">
  213.               <option value="espresso">Espresso</option>
  214.               <option value="cappuccino">Cappuccino</option>
  215.               <option value="latte">Latte</option>
  216.               <option value="mocha">Mocha</option>
  217.             </select>
  218.       <br><br>
  219.       <input type="submit" value="Place Order">
  220.     </form>
  221.   </div>
  222. </body>
  223. </html>
  224.  
  225. GARAGE
  226. <!DOCTYPE html>
  227. <html lang="en">
  228. <head>
  229.     <meta charset="UTF-8">
  230.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  231.     <title>JANTA GARAGE</title>
  232.     <link rel="stylesheet" href="./car.css">
  233. </head>
  234. <body>
  235.     <header>
  236.         <h1>JANTA CAR SERVICE</h1>
  237.     </header>
  238.     <nav>
  239.         <a href="#">Home</a>
  240.         <a href="#">Services</a>
  241.         <a href="#">Gallery</a>
  242.         <a href="#">Contact</a>
  243.     </nav>
  244.     <!-- <img class="garagebackground" src="garagebackground.jpg" alt="JANTA GARAGE" height="1050px"> -->
  245.     <!-- <section> -->
  246.        
  247. <!-- </section> -->
  248.  
  249.  
  250.         <h2>Car Accessories</h2>
  251.         <div class="gallery">
  252.             <img src="accessory1.jpg" alt="Accessory 1">
  253.             <img src="accessory2.jpg" alt="Accessory 2">
  254.             <img src="accessory3.jpg" alt="Accessory 3">
  255.             <!-- Add more car accessory images as needed -->
  256.         </div><br><br>
  257.  
  258.         <h2>Car Servicing Packages :</h2><br>
  259.         <div class="packages">
  260.             <div class="package">
  261.                 <h3>Basic Service Package</h3>
  262.                 <p>Package includes:</p>
  263.                 <ul>
  264.                     <li>Oil change</li>
  265.                     <li>Filter replacement</li>
  266.                     <li>Brake inspection</li>
  267.                 </ul>
  268.                 <p class="price">$99.99</p>
  269.             </div>
  270.  
  271.             <div class="package">
  272.                 <h3>Standard Service Package</h3>
  273.                 <p>Package includes:</p>
  274.                 <ul>
  275.                     <li>Oil change</li>
  276.                     <li>Filter replacement</li>
  277.                     <li>Brake inspection</li>
  278.                     <li>Tire rotation</li>
  279.                 </ul>
  280.                 <p class="price">$149.99</p>
  281.             </div>
  282.  
  283.             <div class="package">
  284.                 <h3>Premium Service Package</h3>
  285.                 <p>Package includes:</p>
  286.                 <ul>
  287.                     <li>Oil change</li>
  288.                     <li>Filter replacement</li>
  289.                     <li>Brake inspection</li>
  290.                     <li>Tire rotation</li>
  291.                     <li>Fluid top-up</li>
  292.                 </ul>
  293.                 <p class="price">$199.99</p>
  294.             </div>
  295.             <!-- Add more packages as needed -->
  296.         </div>
  297.     </section>
  298. </body>
  299. </html>
  300.    
  301. </body>
  302.  
  303. flowershop
  304. <html>
  305. <head>
  306.  
  307.   <title>Flower Shop</title>
  308.   <style>
  309.     body {
  310.       font-family: Arial, sans-serif;
  311.       background-color:teal;
  312.    
  313.     }
  314.  
  315.     header {
  316.       background-color: maroon;
  317.       color: yellow;
  318.       text-align: center;
  319.       padding: 10px;
  320.       font-size: 24px;
  321.     }
  322.  
  323.     .container {
  324.       max-width: 1200px;
  325.       margin: 0 auto;
  326.       padding: 20px;
  327.     }
  328.  
  329.     .flower-stock {
  330.       display: grid;
  331.       grid-template-columns: repeat(3, 1fr);
  332.       grid-gap: 10px;
  333.     }
  334.  
  335.     .flower-stock img {
  336.       width: 100%;
  337.       border-radius: 5px;
  338.       cursor: pointer;
  339.       transition: transform 1.4s ease-in-out;
  340.     }
  341.  
  342.     .flower-stock img:hover {
  343.       transform: scale(1.3);
  344.     }
  345.  
  346.     .flower-details {
  347.       display: none;
  348.       padding: 20px;
  349.       background-color: light blue;
  350.       border-radius: 10px;
  351.       box-shadow: 0 0 5px ;
  352.       position: absolute;
  353.       bottom: 5;
  354.        
  355.        
  356.     }
  357.  
  358.     .flower-stock img:hover + .flower-details {
  359.       display: block;
  360.     }
  361.  
  362.     .flower-details h3 {
  363.       margin: 0;
  364.     }
  365.  
  366.     .flower-details p {
  367.       margin: 5px 0;
  368.     }
  369.   </style>
  370. </head>
  371. <body>
  372.   <header>
  373.     <h1>Welcome to Floweriest Shop</h1>
  374.   </header>
  375.  
  376.   <div class="container">
  377.     <h2>Floral Photos</h2>
  378.  
  379.     <div class="flower-stock">
  380.       <img src="flower2.jpg">
  381.       <div class="flower-details">
  382.         <h3>Flower 1</h3>
  383.         <p>Price: 20</p>
  384.         <p>Color: orange</p>
  385.       </div>
  386.  
  387.       <img src="flower3.jpg">
  388.       <div class="flower-details">
  389.         <h3>Flower 2</h3>
  390.         <p>Price: 16</p>
  391.         <p>Color: Red</p>
  392.       </div>
  393.  
  394.       <img src="flower4.jpg">
  395.       <div class="flower-details">
  396.         <h3>Flower 3</h3>
  397.         <p>Price: 10</p>
  398.         <p>Color: White</p>
  399.       </div>
  400.  
  401.    
  402.     </div>
  403.   </div>
  404. </body>
  405. </html>
  406.  
  407.  
  408.  
  409.  
  410.        
  411.  
  412.  
  413.  
  414.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement