Web/tinylife/style.css

31 lines
393 B
CSS
Raw Normal View History

2021-05-28 22:03:29 +02:00
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;
}