I\'m trying to make a semi-transparent div cover the whole screen. I tried this:
#dimScreen { width: 100%; height: 100%; background:rgba(255,255,
This will do the trick!
div { height: 100vh; width: 100vw; }