Skip to content

Instantly share code, notes, and snippets.

@lschatzkin
Created July 16, 2013 17:43
Show Gist options
  • Save lschatzkin/6010917 to your computer and use it in GitHub Desktop.
Save lschatzkin/6010917 to your computer and use it in GitHub Desktop.
css3 cross browser
.class-name {
-khtml-css3-property: 3px;
-moz-css3-property: 3px;
-webkit-css3-property: 3px;
css3-property: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment