CSS Humor

Night Width 100% Height 100% Background Black and Nearly Opaque

.night {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
}

From @raduchira