Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created January 2, 2013 21:29
Show Gist options
  • Save niraj-shah/4438243 to your computer and use it in GitHub Desktop.
Save niraj-shah/4438243 to your computer and use it in GitHub Desktop.
Word Cloud CSS
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