2
I’d like to produce a Banner similar to the photo using css.
I tried using characters UTF-8
and the result was almost perfect, but I would like to do with css to avoid some problems of reponsibility.
HTML
<div style='background-color:black;'>
<p><span style='float:left; color: white;'>▶</span>
<span style='color: white'>Texto no interior do banner</span>
<span style='float:rigth; color:white;'>◀</span>
</p>
</div>
Upshot
▶ Text inside the banner
How could I do with Css ?
Will this text be dynamic, or exchanged frequently? If not, you can simplify using a . png one even a . gif
– Micael Ferreira
@Micaelferreira the text will be dynamic...
– PululuK