Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


height 100% not working
by admin
 at 2017-09-04 03:05:00.

if the css height 100% for a div is not working, all you need to add to fix it is:

*{margin:0;padding:0;} 
html,body{height:100%;}