Created
January 2, 2013 21:29
-
-
Save niraj-shah/4438243 to your computer and use it in GitHub Desktop.
Word Cloud 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
body { | |
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; | |
} | |
#text { | |
display: none; | |
} | |
.tag { | |
display: inline-block; | |
margin: 2px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment