Fix the CSS
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user