Advertisement
Guest User

Untitled

a guest
Apr 9th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.21 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. <title>mevsyou-wide-full-hd</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <!-- Save for Web Styles (mevsyou-wide-full-hd.psd) -->
  7. <style type="text/css">
  8.     .test
  9.     {
  10.         height : 800px;
  11.         display: inline-block;
  12.     }
  13. </style>
  14. <!-- End Save for Web Styles -->
  15. </head>
  16. <body style="background-color:#e5e5e5;margin: 0">
  17.     <div>
  18.         <div style="
  19.         height              : 37px;
  20.         width               : 100%;
  21.         background-color    : #3b5998;
  22.         -webkit-box-shadow  : 0 2px 2px -2px rgba(0, 0, 0, .52);
  23.         border-bottom       : 1px solid black;
  24.         ">
  25.             <div style="padding-top: 6px;margin-left: 76px;">
  26.                 <img src="images/logo-text.png" />
  27.             </div>
  28.         </div>
  29.         <!-- -->
  30.         <div>
  31.             <div class="test" style="float : left;width: 130px;background-color : #e5e5e5"></div>
  32.             <div class="test" style="min-width: 800px;background-color: white;"></div>
  33.             <div class="test" style="float : right;width: 130px;background-color : red"></div>
  34.         </div>
  35.     </div>
  36.     <div style="background-color : #e5e5e5;width : 100%;height: 100px">
  37.     </div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement