Below is the code snippet I am working with:
<div><p><span>... highlighted text ...</span></p><p>Chapter info</p></div>
Here is a screenshot of how it currently appears:
I am looking for a way to add padding to the sides of the highlighted text. I have tried applying regular padding on the SPAN element, but it only affects the beginning and end of the sentence, not each line individually.
Does anyone have any suggestions or CSS3 code that could help achieve this?