I want to expand the .content
which is of blue-ish colour to the bottom of the screen.
I have tried
.content {
height: 100%;
}
html {
height: 100%
}
Full code here: https://jsfiddle.net/39v5ehwx/
Please check it after expanding the window size to full you will see that the bluish content area doesn't stretch to the bottom. Inside the .content
the height only works in pixels