Rainrix2001

CS101 HTML

Sep 29th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5.     <link rel="stylesheet" type="text/css" href="style.css">
  6.          <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet'>
  7.           <link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet">
  8. </head>
  9. <body>
  10.  
  11.     <div class="bgimage">
  12.         <div class="menu">
  13.            
  14.             <div class="leftmenu">
  15.                 <h4> THAPATECHNICAL </h4>
  16.             </div>
  17.  
  18.             <div class="rightmenu">
  19.                 <ul>
  20.                     <li id="fisrtlist"> HOME </li>
  21.                     <li> Services </li>
  22.                     <li> Works</li>
  23.                     <li> About us</li>
  24.                     <li>  Blogs </li>
  25.                     <li>contact</li>
  26.                 </ul>
  27.             </div>
  28.  
  29.         </div>
  30.  
  31.         <div class="text">
  32.             <h4> DESIGN • DEVELOPMENT • BRANDING </h4>
  33.             <h1> CREATIVE & EXPERIENCED </h1>
  34.             <h3> WE ARE THE ONE OF THE WORLD’S TOP CREATIVE DESIGN AGENCIES </h3>
  35.             <button id="buttonone"> like share </button>
  36.             <button id="buttontwo"> Subscribe </button>
  37.         </div>
  38.  
  39.     </div>
  40.  
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment