/* Oculta todo o conteúdo da página */ body > * { display: none !important; } /* Exibe mensagem de manutenção */ body::before { content: "Estamos em manutenção no momento. Voltamos em breve!"; display: flex; justify-content: center; align-items: center; text-align: center; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #111; /* Cor de fundo */ color: #fff; /* Cor do texto */ font-size: 24px; font-weight: bold; z-index: 99999; padding: 20px; box-sizing: border-box; font-family: Arial, sans-serif; }

Sunga

ORDENAR POR:
Receba novidades