Search
 
SCRIPT & CODE EXAMPLE
 

HTML

wrap text around image bootstrap

<div class="row">
    <div class="col-xs-12 col-sm-5">
        <img class="img-responsive" src="{{$blogPost->getImagePath()}}" width="100%">
    </div>
    <div class="col-xs-12 col-sm-7">
        <div class="row">
            <div class="col-sm-6">
                <h2>{!!$blogPost->title!!}</h2>
            </div>
            <div class="col-sm-6">
                <h3 class="pull-right">
                    {{$blogPost->created_at}}
                </h3>
            </div>
        </div> 
    </div>
    {!! Purifier::clean($blogPost->message) !!}
    <div class="col-xs-12">
        <hr />
    </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: bulma title 
Html :: BEM example html 
Html :: what is radio button in html used for 
Html :: disable submit button after form validation 
Html :: source html 
Html :: html colors 
Html :: how to include icons in html 
Html :: sample html template 
Html :: navbar bootstrap 4 
Html :: HTML <sup Element 
Html :: negrit html 
Html :: duplicate mime type text/html nginx 
Html :: how to take space in fontawesome unicode 
Html :: cadre rectangulaire bootstrap 
Html :: angular variable in html 
Html :: linq card html 
Html :: half-star icon 
Html :: python convert html table to text 
Html :: span blast html 
Html :: c# how to get src from html img 
Html :: how to get svg from pucblic folder in react 
Html :: embed live crypto transactions map across multiple wallets and exchanges 
Html :: py-script run external program 
Html :: javascript looparray 
Html :: display html table only on screen larger than md 
Html :: control icon size html 
Html :: command parse pipe output 
Html :: execution time address binding in os 
Html :: easyui how to make panel collapsible 
Html :: ngb-tab html content 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =