styled as inline
Hopefully this is pretty straight forward, just can\'t work it out.
I need to style a paragraph as \'inline\' but i also need to make the line spacing of the para ve
On inline elements, the line-height CSS property specifies the height that is used in the calculation of the line box height. On block level elements, line-height specifies the minimal height of line boxes within the element.
https://developer.mozilla.org/en/CSS/line-height
what you can do:
line-height: 0px;
on the wrapping <div>
elementdisplay: inline-block;
on the inner <p>
<p>