html { width: 100%; height: 100%; background: red; } body { width: 95%; height: 95%; background: blue; } div { width: 95%; min-height: 95%; background: white; }