Last active
September 19, 2015 22:01
-
-
Save JacobLett/8a186d1dabcf7387964b to your computer and use it in GitHub Desktop.
Country show/hide CSS
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
<!-- 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