I\'m looking to set a parent DIV as 70% of the full 100% screen height. I\'ve set the following CSS but it doesn\'t seem to do anything:
body { font-family:
Try using Viewport Height
div { height:100vh; }
It is already discussed here in detail