9 lines
268 B
CSS
9 lines
268 B
CSS
body
|
|
{
|
|
background: url("http://207.180.212.190/fht/fabrika_imgs/23.jpg") no-repeat center center fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
user-select: none;
|
|
} |