From a99d9e3c99c16d4199d5c95a4ff7c53fc14b2357 Mon Sep 17 00:00:00 2001 From: Henrique Caetano de Barros Date: Wed, 17 May 2023 23:17:27 -0300 Subject: [PATCH] Eventos - estrutura inicial --- css/eventos.css | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/css/eventos.css b/css/eventos.css index e2c49b0..fb3f288 100644 --- a/css/eventos.css +++ b/css/eventos.css @@ -1,30 +1,28 @@ @import url('./menu.css'); -body { + body { margin: 0; -} + } -h1 { + h1 { text-align: center; -} + } -.eventos-container { + .eventos-container { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100vw; -} - + } -footer { - position: fixed; - bottom: 50px; + footer { + padding-bottom: 50px; text-align: center; margin-inline: 20px; -} + } -.table-content { + .table-content { display: flex; justify-content: center; margin-top: 80px;