Skip to content

Instantly share code, notes, and snippets.

@ivanasetiawan
Created February 16, 2012 09:20
Show Gist options
  • Save ivanasetiawan/1843574 to your computer and use it in GitHub Desktop.
Save ivanasetiawan/1843574 to your computer and use it in GitHub Desktop.
Button using both modernizr & css3pie
.button
height: 35px
display: block
line-height: 35px
color: $green
border: solid 1px #fff
+border-radius(3px)
+data-uri-bg("bg_button.png", transparent repeat-x)
position: relative
z-index: 10
zoom: 1
+pie
.boxshadow &
+box-shadow(0 1px 2px 0 rgba(0,0,0,0.70))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment