Fix the CSS

This commit is contained in:
Senad Uka
2023-03-04 11:54:17 +01:00
parent 36580d308f
commit b1d0b20e25

View File

@@ -9,10 +9,16 @@
padding: 0;
}
html {
height: 100%;
}
/* Stretch the background image to cover the entire page */
body {
min-height: 100%;
background-image: url(http://localhost:8082/image.jpg);
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat;
}
</style>