Fix the CSS
This commit is contained in:
@@ -9,10 +9,16 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Stretch the background image to cover the entire page */
|
/* Stretch the background image to cover the entire page */
|
||||||
body {
|
body {
|
||||||
|
min-height: 100%;
|
||||||
background-image: url(http://localhost:8082/image.jpg);
|
background-image: url(http://localhost:8082/image.jpg);
|
||||||
background-size: cover;
|
background-size: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user