This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hcbarros
/
extincoes
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Eventos - estrutura inicial
master
Henrique Caetano de Barros
3 years ago
parent
4430201ca6
commit
a99d9e3c99
1 changed files
with
10 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-12
css/eventos.css
+ 10
- 12
css/eventos.css
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save