<div class="row bg-white">
<div class="col-lg-6">
</div>
<div class="col-lg-6">
</div>
</div>
<div class="row bg-blue">
<div class="col-lg-6">
<div class="screenshot_water"></div>
</div>
<div class="col-lg-6">some text </div>
</div>
I have 2 sections on the top of my website:
- white background
- blue background
What I want is for image to have 10% of it with a white background, and the rest blue.
Given that I have a row to deal with, how can I do this?