Sorry if the title is a bit misleading. What I'm trying to do is to cover my index page background with a very light gray, except for the section that displays my content.
<div class="col-sm-1">
</div>
<div class="col-sm-8">
</div>
<div class="col-sm-3">
</div>
I want col-sm-8 to be the only white and the rest to be gray. I can make col-sm-8 gray using css, but how can I do the opposite?
user5719239
source
share