Browse Source

Eventos - estrutura inicial

master
Henrique Caetano de Barros 3 years ago
parent
commit
a99d9e3c99
1 changed files with 10 additions and 12 deletions
  1. +10
    -12
      css/eventos.css

+ 10
- 12
css/eventos.css View File

@ -1,30 +1,28 @@
@import url('./menu.css'); @import url('./menu.css');
body {
body {
margin: 0; margin: 0;
}
}
h1 {
h1 {
text-align: center; text-align: center;
}
}
.eventos-container {
.eventos-container {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
width: 100vw; width: 100vw;
}
}
footer {
position: fixed;
bottom: 50px;
footer {
padding-bottom: 50px;
text-align: center; text-align: center;
margin-inline: 20px; margin-inline: 20px;
}
}
.table-content {
.table-content {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 80px; margin-top: 80px;


Loading…
Cancel
Save