Skip to content

Instantly share code, notes, and snippets.

@prule
Created August 29, 2014 05:21
Multi-line CSS
.box {
background-color: lightblue;
padding: 11px 10px 11px 38px;
margin: 0 0 0 0;
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment