Advertisement
GWibisono

Untitled

May 7th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.28 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Rio Tanning 2.0</title>
  6. <link href="css/corners3.css" rel="stylesheet" type="text/css">
  7. <style>
  8. .content {
  9.     padding:8px;
  10.     border-radius:10px;
  11.     border:4px solid #000000;
  12.    color: #FFF;
  13.    font-size: 20px;
  14.     text-align: center;
  15.     border-style: solid;
  16. }
  17. </style>
  18.  
  19. </head>
  20.  
  21. <body>
  22. <div class='header round #269999' style='background-color:#269999;'>
  23.     <div class='content #269999' style='background-color:#269999;'>
  24.          <h1><img src="http://www.riotanning.com/rio_tanning_2.0/images/riotanninglogobanner.png" width="700" height="160"></h1>
  25.  
  26.     </div>
  27. </div>
  28. <!-- You should put here -->
  29. <p class="navigation content">Products | Accessories | Contact US<br>
  30. <img src="http://www.riotanning.com/rio_tanning_2.0/images/blame_on_rio_thumb_whitebackground.jpg" width="317" height="443"></p>
  31. </div>
  32. <div class='clear'></div>
  33. <div
  34. class='footer round'  
  35. style='background-color:#269999;'>
  36.     <div class='content'>
  37. <!-- will not working because the height will be 0-->
  38.         <div class='clear'></div>
  39.          <h1>Test</h1>
  40.  
  41.     </div>
  42. </div>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement