Advertisement
Guest User

HTML for the gradient issue

a guest
Oct 25th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. </head>
  4. <body>
  5.     <div class="background">
  6.         <div class="content container_2">
  7.             <div class="toppush"></div>
  8.             <h1>Some title</h1>
  9.             <div class="container container_2">
  10.                 <div class="maincontent">
  11.                     <p>some content</p>
  12.                 </div>
  13.             </div>
  14.         </div>
  15.     </div>
  16. </body>    
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement