Skip to content

Instantly share code, notes, and snippets.

@dancrowley303
Created August 17, 2010 04:28
Show Gist options
  • Save dancrowley303/528460 to your computer and use it in GitHub Desktop.
Save dancrowley303/528460 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
* { visibility: hidden }
h1 { visibility: visible }
</style>
</head>
<body>
<h1>Can see this because it is specified</h1>
<h2>Can't see this because it's not specified</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment