Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.24 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" href="css/style.css"
  6. <title></title>
  7. </head>
  8.  
  9. <body>
  10.    
  11.  
  12. <div class="container">
  13.  
  14.            <div class="head">
  15.            
  16.                <img src="img/bodobrigitta.png" alt="BODÓ BRIGITTA..."/>
  17.              
  18.     </div>
  19.     <div class="content">
  20.           <div class="text">Topping tootsie roll marshmallow brownie tootsie roll
  21.           fruitcake soufflé chocolate bar carrot cake. Chupa chups cupcake jelly-o
  22.           lemon drops tart dessert lemon drops chocolate cake. Soufflé icing tootsie
  23.           roll donut liquorice jelly-o.</div>
  24.     <form action="">
  25.         <p align="center">Értesülj elsőként az indulásról!</p>
  26.         <input type="text" value="Neved" class="name" />
  27.         <input type="text" value="Email címed" class="email" />
  28.         <input type="submit" value="Feliratkozom" />
  29. </form>
  30.    
  31.     <div class="social">
  32.            <a href="#" class="fb">Facebook</a>
  33.            <a href="#" class="go">Google</a>   
  34.            <a href="#" class="tw">Twitter</a>
  35.        
  36.     </div>
  37.    
  38.        
  39.    
  40. </div>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement