Created
October 29, 2013 15:09
-
-
Save steve0hh/7216469 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<title></title> | |
<style type="text/css" media="all"> | |
#iframe{ | |
zoom: 2; | |
} | |
</style> | |
</head> | |
<body> | |
<iframe id="iframe" src="www.google.com" style="border: 0; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%"> | |
Your browser does not support iframes | |
</iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment