Using HTML and CSS to build a resume website. Can't get div element within body to span height of site (stackoverflow.com)stack
17 points by gem's_dad in stackoverflow.com · 3y ago · stack
I've inserted both my HTML and CSS below. I tried to make the element span the entire page using height: 100vh; and also adding that to my HTML element. It isn't working. I set the class 'left' to float: left; and then added a background color. I want the background color to spa…