Created
November 30, 2012 21:36
-
-
Save ryderr/4178833 to your computer and use it in GitHub Desktop.
desktop only css hack
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
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) { | |
body{ | |
display:none; | |
} | |
html:after{ | |
content: "This site is only available on desktop computers"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment