Bootstrap - Element position with -pull and -push

0 votes
189 views
added Jul 12, 2019 in Bootstrap by anonymous
<div class="col-sm-5 col-sm-push-7">
  <img class="img-responsive" src="love.png">
</div>
 
<div class="col-sm-7 col-sm-pull-5">
 This text will appear on left on desktop,and it'll go below the image on mobile view
</div>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...