html - How to make <p> wrap around a word that is larger than the rest of the text -


i'm having trouble getting <p> text wrap around couple words made bold , large span tag. i'm linking code pen.

html

<div class="infocontainer">                                     <!--begin info section-->     <div class="bio">         <h3>story of band</h3>         <p><span id="biopop">coldclock<br>knockout</span> hard rock band hailing tampa bay, florida.             band formed in april of 2015 after vocalist robby lynch , drummer bryan acton             placed craigslist ad seeking bassist.</p>     </div> </div> 

css in codepen link because wouldn't format properly.

here's code pen link..

only add float:left in #biopop.

it should work!!


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -