Advertisement
flavius123

finExoert

Jan 31st, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.82 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <link rel="stylesheet" type="text/css" href="fin2.css">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.    
  9.     <title>Fin Expert</title>
  10. </head>
  11. <body>
  12.     <header>
  13.         <h1 class="titulo">FinExpert</h1>
  14.  
  15.         <h4 class ="tempo">Mon - Sat :9:00 - 18:00</h4>
  16.         <span class="domingo"> Sunday CLOSED</span>
  17.         <img class="relogio" src="https://img.icons8.com/cute-clipart/64/000000/clock.png" width="40px"/>
  18.        
  19.         <h4 class="rua">267 Park Avenue</h4>
  20.         <a class ="cidade">New York, NY 90210</a>
  21.         <img class="local" src="https://img.icons8.com/material-sharp/24/4a90e2/marker.png" width="35px" />
  22.          
  23.         <h4 class="tele">(123)456789</h4>
  24.         <a class="email">info@demolink.org</a>
  25.         <img class="telefone" src="https://img.icons8.com/android/48/4a90e2/phone.png" width="30px"></img>
  26.  
  27.  
  28.         <div class="navbar">
  29.           <ul>
  30.             <a class="home" href="#home">Home</a>
  31.            
  32.             <a class="service" href="#services">Services</a>
  33.             <a class="blog" href="#blog">Blog</a>
  34.             <a class="team" href="#ourteam">Our team</a>
  35.             <a class="contacts" href="#contacts">Contacts</a>
  36.          
  37.             <div class="dropdown">
  38.               <button id="about" class="dropbtn">About
  39.                 <i class="fa fa-caret-down"></i>
  40.               </button>
  41.               <div class="dropdown-content">
  42.                 <a href="#">Link 1</a>
  43.                 <a href="#">Link 2</a>
  44.                 <a href="#">Link 3</a>
  45.               </ul>
  46.               </div>
  47.             </div>
  48.           </div>
  49.  
  50.          
  51.          
  52.     </header>
  53.  
  54.     <img src="Imagens/download.jpg"  width="500" height="600">
  55.  
  56. </body>
  57.  
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement