Well I have the following code:
<span>TÍTULO CONTAINER TEXO TEXTO TEXO TEXTO</span>
I need this span
to have width: 100%
and that it has no line break, if the text is too large it has to summarize and put ( ...
).
Can you do this with css?