Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
110
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.     <meta charset="utf-8"/>
  5.     <title>Bussline</title>
  6. </head>
  7.  
  8.    
  9.     <style>
  10.         header{
  11.             font-family: candara;
  12.             background-color: darkblue;
  13.             color: white;
  14.             text-align: center;
  15.         }
  16.         #tagline{
  17.             font-style: italic;
  18.         }
  19.         #nav{
  20.             text-indent: 35em;
  21.             background-color: aliceblue;
  22.             border: solid;
  23.             width: 1900px;
  24.         }
  25.          footer{
  26.                 font-family: sans-serif;
  27.                 background-color: lightblue;
  28.                 color: black;
  29.                 font-style: italic;
  30.             }
  31.    
  32.    
  33.    
  34.     </style>
  35. <body>
  36.     <header>
  37. <h1>BUSLINE OF THE CITY</h1>
  38.  
  39. <div id="tagline"><h3>Travel with ease! &trade;</h3></div>
  40. <img src="bussline.png" width="300px" height="300px" alt="bussline logo">
  41.     </header>
  42.     <div id="nav">
  43.    
  44.         <h2><a href="home"> Home </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="Reservation.htm">Make a Reservation</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="Contact"> Contact Us</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="MailingList">Join Our Mailing List</a></h2>                    
  45.    
  46.    
  47.    
  48.    
  49.    
  50.     </div>
  51.            <footer>
  52.      <h6> 3746 Harvard Street</h6>
  53.             <h6>773-987-0000</h6>
  54.   </footer>
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement