0
Hello.
I have this html code:
<p class="titulo">
<a href="javascript:void(0);">(ABC)</a> Texto de Teste
</p>
He looks like this: (ABC) Test Text
How do I leave the (ABC) on top of the Test Text and centralized?
Thus:
(ABC)
Texto de Teste
Note: I use twitter bootstrap.