.container.px-0
  .row.no-gutters
    .col-3
      .box
    .col-3
      .box
    .col-3
      .box
    .col-3
      .box
    .col-3
      .box
    
  

View Compiled
body {
  background-color: #222;
}
.container {
  background-color: #84ac82;
}

.box {
  background-image: linear-gradient(-30deg, #ddd, #FFF);
  width: 100%;
  height: 60px;
}
View Compiled

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-grid.css

External JavaScript

This Pen doesn't use any external JavaScript resources.