Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <meta charset="UTF-8">
- <title>Temp testing</title>
- <style>
- *, html, body, div, span, applet, object, iframe, img {
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- font-size: 100%;
- height:100%;
- }
- body {
- background: #19191f;
- font-family: verdana, arial, helvetica, sans-serif;
- font-size:0.875em; /* pixels/16=em (14/16=0.875em) */
- width:100%;
- height:100%;
- }
- #left {
- width: 50%;
- height: 99.5%;
- float: left;
- border-right: 1px solid #6441a5;
- }
- </style>
- </head>
- <body>
- <!-- Chat -->
- <div id="left">
- <iframe src="http://www.twitch.tv/namsor/chat?popout=" frameborder="0" scrolling="no" height="100%" width="100%"></iframe>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement