Skip to content

Instantly share code, notes, and snippets.

@Shadowfiend
Created July 18, 2011 14:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Shadowfiend/1089727 to your computer and use it in GitHub Desktop.
Save Shadowfiend/1089727 to your computer and use it in GitHub Desktop.
CSS for popup with arrow.
.popup .arrow {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 30px;
height: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment