update front page background image

This commit is contained in:
evanpelle
2024-08-24 17:43:45 -07:00
parent 1c181fa1e2
commit 2d7d4875f7
7 changed files with 37 additions and 25 deletions
+6 -6
View File
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenFront</title>
<title>OpenFront (ALPHA)</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
@@ -119,11 +119,11 @@
}
h1 {
font-family: 'Overpass', sans-serif;
font-family: Overpass, serif;
text-align: center;
color: #000000;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
font-size: 2.5em;
color: #3d3c3c;
/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
font-size: 8em;
margin-bottom: 30px;
}
</style>
@@ -131,7 +131,7 @@
<body>
<div class="content">
<h1>OpenFront (ALPHA)</h1>
<h1>OpenFront.io</h1>
<div id="username-container">
<input type="text" id="username" placeholder="Enter your username">
</div>