Web/tinylife/style.css
Ell e2f202efbd
All checks were successful
Web/pipeline/head This commit looks good
added tiny life site
2021-05-28 22:03:29 +02:00

31 lines
393 B
CSS

body {
background-image: url("media/background.png");
background-repeat: repeat;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
}
.footer a {
color: white;
}
.main {
text-align: center;
color: white;
}
.site {
padding: 20px;
}
.container {
padding-top: 60px;
padding-bottom: 160px;
}