Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-ford committed Jun 8, 2024
1 parent 3c29391 commit 0ad9432
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
11 changes: 10 additions & 1 deletion button.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,13 @@
background-image: linear-gradient(90deg, #e85a19, #f5ce62);
color: transparent;
font-style: normal;
}
}
.btn-container {
display: flex;
flex-direction: column;
align-items: center;
}

.btn-container a {
margin: 10px 0;
}
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ <h1 style="font-size: 3em; text-align: center;">
<link rel="stylesheet" href="button.css">
<!-- buttons -->
<a class="btn-hover color-2" href="/games/projects">Go to Games</a><br />
<br>
<style>
.btn-container {
display: flex;
flex-direction: column;
align-items: center;
}

.btn-container a {
margin: 10px 0; /* Adjust spacing as needed */
}
</style>
<a class="btn-hover color-8" href="/games/misc.html">Tools & Settings</a><br />
</p>
<p style="text-align: center; max-width: 600px; margin: 20px auto;">
Expand Down
4 changes: 2 additions & 2 deletions js/subtitle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function getRandomGreeting() {
var greetings = [
"Beep boop! Are you a robot?",
"Did you know I have a discord server?",
"holy max aura",
"stfu",
"How many sides does a circle have?",
"You can read btw",
"Made you look!",
Expand Down

0 comments on commit 0ad9432

Please sign in to comment.