sp-magic.de/css/style-legal.css

9 lines
238 B
CSS
Raw Normal View History

body {
background: url('../img/bg.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 2%;
color: #000;
}