Skip to content

Instantly share code, notes, and snippets.

@JacobLett
Last active September 19, 2015 22:01
Show Gist options
  • Save JacobLett/8a186d1dabcf7387964b to your computer and use it in GitHub Desktop.
Save JacobLett/8a186d1dabcf7387964b to your computer and use it in GitHub Desktop.
Country show/hide CSS
<!-- shows united states and hides everywhere else -->
<a href="#" class="show-us">Show in United States</a>
<!-- shows in india and hides everywhere else -->
<a href="#" class="show-in">Show in India</a>
<!-- shows in china and hides everywhere else -->
<a href="#" class="show-cn">Show in China</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment