FabrikaHradekTour/res/global.css

9 lines
263 B
CSS
Raw Normal View History

body
{
2023-05-29 19:03:49 +02:00
background: url("http://207.180.212.190/fht/background.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
user-select: none;
}