Update index.html
This commit is contained in:
+2
-54
@@ -8,59 +8,7 @@
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer">
|
||||
<style>
|
||||
body {
|
||||
background-color: #282c34;
|
||||
color: #ffffff;
|
||||
font-family: 'Orbitron', sans-serif;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
margin-top: 20px;
|
||||
text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
|
||||
}
|
||||
|
||||
.button-container {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #61dafb;
|
||||
color: #282c34;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
padding: 15px 30px;
|
||||
font-size: 1.2rem;
|
||||
cursor: pointer;
|
||||
margin: 10px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #21a1f1;
|
||||
}
|
||||
|
||||
.top-left-button {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background: url('hihihi.jpeg') no-repeat center center;
|
||||
background-size: cover;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.light-mode .top-left-button {
|
||||
filter: invert(1);
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Moon Gaming</h1>
|
||||
@@ -152,4 +100,4 @@
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<a class="cal" href="/cal.html"><img src="/hihihi.jpeg" alt="Miles Is Gay" width="50" hight="50"></img></a>
|
||||
<a class="cal" href="/cal.html"><img src="/hihihi.jpeg" alt="Miles Is Gay" width="50" hight="50"></img></a>
|
||||
|
||||
Reference in New Issue
Block a user