Created
April 15, 2011 12:12
-
-
Save rutger1140/921600 to your computer and use it in GitHub Desktop.
Example of vendor prefix indenting - taken from initializr
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
aside{ | |
color:white; | |
padding:20px; | |
float:right; | |
width:200px; | |
background-color:#f16529; | |
border-bottom:20px solid #e44d26; | |
margin-bottom:50px; | |
-webkit-box-shadow:0 0px 40px -10px #AAA; | |
-moz-box-shadow:0 0px 40px -10px #AAA; | |
box-shadow:0 0px 40px -10px #AAA; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment