Created
January 29, 2012 20:53
-
-
Save samccone/1700590 to your computer and use it in GitHub Desktop.
CSS3 HTML5 fullscreen selectors
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
#elm:-webkit-full-screen, #elm:-moz-full-screen,#elm:full-screen { | |
height: 100%; | |
width: 100%; | |
position: absolute; | |
background-color:#000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment