Advertisement
Guest User

Temp Testing

a guest
Oct 10th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.     <meta charset="UTF-8">
  4.     <title>Temp testing</title>
  5.     <style>
  6.     *, html, body, div, span, applet, object, iframe, img {
  7.     margin: 0;
  8.     padding: 0;
  9.     border: 0;
  10.     outline: 0;
  11.     font-size: 100%;
  12.     height:100%;
  13. }
  14.  
  15. body {
  16.     background: #19191f;
  17.     font-family: verdana, arial, helvetica, sans-serif;
  18.     font-size:0.875em; /* pixels/16=em (14/16=0.875em) */
  19.     width:100%;
  20.     height:100%;
  21. }
  22.  
  23.  
  24. #left {
  25. width: 50%;
  26. height: 99.5%;
  27. float: left;
  28. border-right: 1px solid #6441a5;
  29. }
  30.    
  31.     </style>
  32. </head>
  33. <body>
  34.     <!-- Chat -->
  35.     <div id="left">
  36.         <iframe src="http://www.twitch.tv/namsor/chat?popout=" frameborder="0" scrolling="no" height="100%" width="100%"></iframe>
  37.     </div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement