Created
November 22, 2013 02:44
-
-
Save carlos-sanchez/7593924 to your computer and use it in GitHub Desktop.
Text highlight More techniques here: http://css-tricks.com/multi-line-padded-text/
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
.padded-multi-line { | |
display: inline; | |
background: orange; | |
box-shadow: 10px 0 0 orange, -10px 0 0 orange; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment