My CSS background image isn't displaying properly. Here is the code snippet from my HTML:
<div class="container-fluid p-c b-g">
<div class="row">
<div class="col-sm-12 text-infom">
</div>
</div>
</div>
</div>
CSS code snippet:
.b-g{
background-image: url(../images/bg/trading.jpg);
width: 100%;
}