Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <meta charset="UTF-8">
  6.  
  7. <style type="text/css">
  8.  
  9. .good-shit {
  10.     width: 982px;
  11.     margin-left: auto;
  12.     margin-right: auto;
  13.     position: relative;
  14. }
  15.  
  16. .logo {
  17.     display: block;
  18.     width: 147px;
  19.     height: 113px;
  20.     /*background: url("unnamed.jpg") no-repeat;*/
  21.     background: red;
  22.     background-size: 100%;
  23.     position: absolute;
  24.     z-index: 1;
  25.     top: 17px;
  26.     left: -2px;
  27. }
  28.  
  29. .content {
  30.     z-index: 0;
  31. }  
  32.  
  33. </style>
  34.  
  35. </head>
  36.  
  37. <body>
  38.  
  39.     <div class="good-shit">
  40.         <span class="logo"></span>
  41.     </div>
  42.     <div class="content">
  43.         <iframe id="frame1" src="http://www.tvn24.pl" scrolling="auto" style="border: 0; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%"></iframe>
  44.     </div>
  45.  
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement