-Annie-

Lab:PizzaMore-Menu

Feb 6th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <title>Pizza More</title>
  6.     <meta charset="utf-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1">
  8.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  9.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
  10.     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  11.     <link rel="stylesheet" type="text/css" href="menu.css">
  12. </head>
  13. <body>
  14.     <div class="container">
  15.         <div class="jumbotron">
  16.             <div class="row">
  17.                 <div class="col-sm-2">
  18.                     <div class="caption">
  19.                         <h4 class="text-center">Margherita</h4>
  20.                         <p>Usually this pizza is made with basil, mozzarella cheese and tomatoes in imitation of the colors of the Italian flag.</p>
  21.                     </div>
  22.                 </div>
  23.                 <div class="col-sm-2">
  24.                     <div class="caption">
  25.                     <h4 class="text-center">Marinara</h4>
  26.                         <p>This is a traditional Neapolitan pizza that is made with lots of garlic, anchovies and oregano.</p>
  27.                     </div>
  28.                 </div>
  29.                 <div class="col-sm-2">
  30.                     <div class="caption">
  31.                         <h4 class="text-center">Capricciosa</h4>
  32.                         <p>This pizza is topped with olives, artichoke hearts, half of a boiled egg, prosciutto, and mushrooms.</p>
  33.                     </div>
  34.                 </div>
  35.                 <div class="col-sm-2">
  36.                     <div class="caption">
  37.                         <h4 class="text-center">Sfincione</h4>
  38.                         <p>This is a thick sheet pizza that is made in Sicily and uses anchovies, caciocavallo, breadcrumbs, and tomato sauce.</p>
  39.                     </div>
  40.                 </div>
  41.                 <div class="col-sm-2">
  42.                     <div class="caption">
  43.                         <h4 class="text-center">Quattro Formagi</h4>
  44.                         <p>This pizza is made using a four cheese combination of mozzarella, parmiiano-reggiano, ricotta and Gorgonzola</p>
  45.                     </div>
  46.                 </div>
  47.                 <div class="col-sm-2">
  48.                     <div class="caption">
  49.                         <h4 class="text-center">Romana</h4>
  50.                         <p>This is a pizza that contains anchiovies, capperi, mozzarella and tomatoes.</p>
  51.                     </div>
  52.                 </div>
  53.             </div>
  54.             <form class="col-sm-1 col-sm-offset-11" action="POST">
  55.                 <input class="btn btn-danger navbar-btn" type="submit" name="submit" value="Home">
  56.             </form>
  57.         </div>
  58.     </div>
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment