Here's the fiddle: http://jsfiddle.net/BE4sy/
Essentially, I would like to bridge the gap between the two paragraphs. I understand that this is a very inexperienced question, but I cannot figure out how to do this.
Here is the code:
HTML:
<p id='big'> Big Text </p> <p id='small'> Small Text </p>`
CSS
#big { font-size:100px; } #small { font-size:20px; }
source share