Im looking for help .. how can I make this box in Bootstrap with the Gridsystem? The Box Left centered Text and right Image like this? The Second Question is .. how can I make that the image go to the background when the size of the Browser is smaller.. like on the Image Image in background
Example: gumpyframework Tried:
<div class="row text-center">
<h2>Team</h2>
<hr class="small">
<div class="row">
<div class="col-md-8">
<p>Test Text</p>
</div>
<div class="col-md-6"><img src="img/test.png" id="africaPhoto" alt="Smiley face" width="80%"> </div>
</div>
</div>