Created
May 31, 2014 06:16
-
-
Save niisar/827a9b352a2b1435db18 to your computer and use it in GitHub Desktop.
itext
This file contains 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
.itext | |
{ | |
border:1px solid #999; | |
-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px; | |
margin:0; | |
padding:5px; | |
background: #fff; | |
background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff)); | |
background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px); | |
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; | |
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; | |
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment