Ok, so I'm watching this tutorial by Colt Steele (incredible instructor btw, check him out) and he is showing how to design something using flex box. Since he is using the body as the flex container, he sets the body height to:
body {
min-height: 100vh;
}
what is the initial height of the body element? I would think the body takes up 100% width and 100% height already.