I need to create a black background around this text that does not fill at the top or bottom. Currently the padding is at 0, but do I need to pin it somehow? I mean, this is the current text:

And I need it to be like this:

I do not mind how this is achieved if it can still have a transparent background above and below.
Current css value:
padding:0em 0.2em 0em 0.2em; display:inline-block; background-color:#000; color:#FFF;
Thanks!
source share