Created
August 29, 2014 05:23
-
-
Save prule/a9a27c8bd1889a8ed10e to your computer and use it in GitHub Desktop.
Single Line CSS
This file contains hidden or 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
| .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