Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
50RB3T authored Dec 25, 2024
1 parent 675a58d commit 2fc6f3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@
<style>
body {
display: flex;
flex-direction: column; /* Change to column to stack elements */
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
h1 {
margin-bottom: 20px; /* Space between title and grid */
font-size: 24px; /* Title font size */
color: #333; /* Title color */
}
.grid {
display: grid;
grid-template-columns: repeat(4, 100px);
Expand All @@ -40,6 +46,7 @@
</style>
</head>
<body>
<h1>Games</h1>
<div class="grid">
<button class="button" onclick="location.href='/games/3D.city'">3D.city</button>
<button class="button" onclick="location.href='/games/2048/'">2048</button>
Expand Down

0 comments on commit 2fc6f3b

Please sign in to comment.