Skip to content

Commit 83d50b4

Browse files
authored
Update index.html
1 parent 448af12 commit 83d50b4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,14 @@
5454

5555
</body>
5656
</html>
57-
<p><img src="https://bloxcraft-ubg.pages.dev/homepage_banner.png" alt="" width="1280" height="720" /></p>
57+
<style>
58+
body {
59+
background-image: url('https://bloxcraft-ubg.pages.dev/homepage_banner.png'); /* Replace 'your-image.jpg' with your image path */
60+
background-repeat: no-repeat; /* Prevents image from repeating */
61+
background-size: cover; /* Scales the image to cover the entire background */
62+
background-position: center; /* Centers the image */
63+
}
64+
</style>
5865
<html lang="en">
5966
<head>
6067
<style>
@@ -96,3 +103,4 @@
96103

97104

98105

106+

0 commit comments

Comments
 (0)