Last active
November 7, 2017 16:57
-
-
Save n1ckfg/e15a382d9112505517483ad43b02b5cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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