Created
March 7, 2018 14:51
-
-
Save n1ckfg/faa5de2dc1f4322d63ff7d4948f62ca3 to your computer and use it in GitHub Desktop.
Fullscreen iframe
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> | |
| <style> | |
| body { | |
| background: black; | |
| margin: 0px; | |
| } | |
| iframe { | |
| position: fixed; | |
| top: 0px; | |
| left: 0px; | |
| bottom: 0px; | |
| right: 0px; | |
| width: 100%; | |
| height: 100%; | |
| border: none; | |
| margin: 0px; | |
| padding: 0px; | |
| overflow: hidden; | |
| z-index: 999999;" | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <iframe src="https://n1ckfg.github.io/TaisUnity/"> | |
| Your browser doesn't support iframes. | |
| </iframe> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment