i wanted to add text to the right of the car.i wanted like this:
https://ibb.co/jEXSNo
i am using bootstrap.I am getting the following result:
https://ibb.co/czbRF8
How to add text to the right of the car?
Code:
<div class="row text-center">
<div class="col-sm-6">
<img src="images/category/auto.gif" alt="" class="img-responsive" />
<p>sdfsdfsdf</p>
</div>
<div class="col-sm-6">
<img src="images/category/auto.gif" alt="" class="img-responsive" />
</div>
</div>
Any help will be highly appreciated.