Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <title>Custom</title>
  5.     <style>
  6.    
  7.    
  8.     img {
  9.         width: 16.5vw; height: auto; margin-left: 12%; margin-top: 10%
  10.     }
  11.  
  12.     </style>
  13. </head>
  14. <body>
  15.     <b>
  16.         <p style="font-family:'Times New Roman', Times, serif;font-size:6em;color:brown;text-align:center">
  17.             Luigi's <img src="luigi.png" alt="luigi" class="luigi">
  18.        </p>
  19.    </b>
  20.    <b>
  21.        <p style="font-family:'Times New Roman', Times, serif;font-size:25px;color:brown;text-align:center">
  22.            Welcome to the worlds best Italian pizza restaurant Luigi's
  23.         </p>
  24.     </b>
  25.  
  26.     <img src="mz cheese.jpg" alt="mozzarella cheese" class="mzcheese" >
  27.    
  28.     <img src="feta.jpg" alt="feta cheese" class="feta">
  29.    
  30.     <img src="gouda.jpg" alt="gouda cheese" class="gouda">
  31.  
  32. <form>
  33.  
  34.     <input type="button" value="Mozzarella cheese" id="mzcheese" onclick="mzc()" class="b1">    
  35.     <input type="button" value="feta cheese" id="feta" onclick="feta()" class="b2">
  36.     <input type="button" value="gouda cheese" id="gouda" onclick="gouda()" class="b3">
  37.  
  38. </form>
  39.  
  40. <br><br><br>
  41.  
  42. <hr>
  43.  
  44. <br><br><br>
  45.  
  46.     <img src="bacon.jpg" alt="bacon" class="bacon" >
  47.    
  48.     <img src="beef.jpg" alt="beef slices" class="beef">
  49.    
  50.     <img src="ham.jpg" alt="ham" class="ham">
  51.  
  52.  
  53.    
  54. </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement