Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="fr">
- <head>
- <title></title>
- <meta charset="utf-8">
- <style>
- #container{
- position: absolute;
- min-width: 428px;
- top: 0px; right: 0px; bottom: 0px; left: 0px;
- }
- #chat {
- position: absolute;
- top: 104px; right: 2px; bottom: 2px; left: 2px;
- border: 1px solid purple;
- }
- #chat iframe{
- border: 0;
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0px; right: 0px; bottom: 0px; left: 0px;
- background-color: rgba(0,0,0,0.1);
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="chat">
- <iframe src="http://www.twitch.tv/kingkongor/chat?popout="></iframe>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment