We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448af12 commit 83d50b4Copy full SHA for 83d50b4
1 file changed
index.html
@@ -54,7 +54,14 @@
54
55
</body>
56
</html>
57
-<p><img src="https://bloxcraft-ubg.pages.dev/homepage_banner.png" alt="" width="1280" height="720" /></p>
+<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>
65
<html lang="en">
66
<head>
67
<style>
@@ -96,3 +103,4 @@
96
103
97
104
98
105
106
+
0 commit comments