You could do:
p span { display: block; height: 1em; }
However, you should put a class on that span, so it doesn’t affect everything else.
EDIT: inline-block
would probably be better.
solved HTML
and questions [closed]
You could do:
p span { display: block; height: 1em; }
However, you should put a class on that span, so it doesn’t affect everything else.
EDIT: inline-block
would probably be better.
solved HTML
and questions [closed]