cp_full_height
cp_full_height
by bryiantan
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<div class="container-full">
<div class="row">
<div class="col-sm-4 leftBgColor">
40%
</div>
<div class="col-sm-8 rightBgColor">
60%
</div>
</div>
</div>
CSS
.leftBgColor, .rightBgColor {
height: 100vh;
background: red;
}
.rightBgColor {
background: blue;
}