student working on my final project.
I am using Bootstrap 3 and am attempting to build a grid with similar structure to this image below:
I am only successful making the grids span horizontally %100 thus far.
You can view my project to see what I have done.
I have attempted creating the following class but have since commented it out in my CSS due to some whacky effects and removed the body positioning.
body {
position: relative;
}
.fluid-height {
height: 100%;
min-height: 100%;
position: absolute;
top: 0;
bottom: 0;
}