carlos-sanchez
11/22/2013 - 2:44 AM

Text highlight More techniques here: http://css-tricks.com/multi-line-padded-text/

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;
}