9 lines
No EOL
238 B
CSS
9 lines
No EOL
238 B
CSS
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;
|
|
} |