TheConeHead
Programmer
What is the best way to size 100% vertically?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
html, body {
height: 100%;
}
#myDiv {
background: red;
height: 100%;
}