Site Skeleton

This commit is contained in:
2019-09-15 13:19:29 +02:00
parent 325ea821be
commit 9828f7e5ef
136 changed files with 91513 additions and 0 deletions

13
css/style.css Normal file
View File

@ -0,0 +1,13 @@
.wrapper {
min-height: 100%;
height: 100%;
margin: 100 auto -120px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 40px; /* .push must be the same height as .footer */
}
.vcenter {
display: flex;
align-items: center;
}