Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Created November 22, 2013 02:44
Show Gist options
  • Save carlos-sanchez/7593924 to your computer and use it in GitHub Desktop.
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/
.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