Skip to content

Commit 0a9a1d8

Browse files
authored
Update index.html
1 parent e1c657c commit 0a9a1d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

minecraft-tools/mc-bedrock-colour-tools/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
<meta property="og:description" content="The Unblocked Games Site You Can Play Everyday! It Also has Some Custom Games.">
1414
<meta property="og:url" content="/">
1515
<link rel="stylesheet" href="./style.css">
16+
<link rel="stylesheet" href="/assets/background/frame.css">
1617
<link rel="shortcut icon" type="image/png" href="/bloxcraft.png">
1718
<style>
1819
body {
19-
background-image: url('/homepage_background.png');
2020
background-repeat: no-repeat;
2121
background-position: center center;
2222
background-size: cover; background-size: cover;
23-
background-attachment: fixed;
2423
}
2524
</style>
2625
<style>
@@ -62,7 +61,7 @@
6261
color: #333;
6362
}
6463
body {
65-
background-color: #5555FF;
64+
background: linear-gradient(90deg, #FF6600 0%, #000000 100%);
6665
margin: 0;
6766
font-family: Arial, sans-serif;
6867
color: #fff;
@@ -79,7 +78,7 @@
7978
gtag('config', 'G-W0KXN0103E');
8079
</script>
8180
<body>
82-
81+
<iframe id="bgFrame" src="/assets/background/tools/index.html"></iframe>
8382
<div class="navbar">
8483
<a href="/">Home</a>
8584
<a href="/games">Games</a>

0 commit comments

Comments
 (0)