I would like to produce a Banner similar to the photo using css .
I tried using UTF-8
characters and the result was almost perfect, but I would like to do with css to avoid some reponsiveness problems.
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>
Result
▶ Text inside the banner (I.e.
How could I do with Css ?