Skip to content

Instantly share code, notes, and snippets.

@n1ckfg
Last active November 7, 2017 16:57
Show Gist options
  • Save n1ckfg/e15a382d9112505517483ad43b02b5cc to your computer and use it in GitHub Desktop.
Save n1ckfg/e15a382d9112505517483ad43b02b5cc to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<style type="text/css">
body, html {
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
#content {
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="http://cnn.com"/>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment