Skip to content

Commit

Permalink
baby right round, like a record baby
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Git committed May 30, 2024
1 parent 408381a commit bbeb9bd
Show file tree
Hide file tree
Showing 7 changed files with 1,040 additions and 0 deletions.
62 changes: 62 additions & 0 deletions spin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html>
<head>
<title>Blind Maze Level Select</title>
<style>
body {
font-family: arial;
background-color: #45475a;
color: #cdd6f4;
display: flex;
align-items: center;
justify-content: center;
margin: 0px;
overflow: hidden;
}
section {
background-color: #1e1e2e;
color: #89b4fa;
border-radius: 20px;
padding: 30px;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 5px;
margin: 10%;
margin-top: 2%;
margin-bottom: 2%;
}
h1, h2 {
text-align: center;
}
h1 {
font-size: 1000%;
margin-bottom: 6%;
margin-top: 5%;
}
h2 {
font-size: 250%;
padding-bottom: 5%;
}
li {
padding: 2%;
font-size: 24px;
}
</style>
</head>
<body>
<main>
<header> <h1>Blind Maze</h1> </header>
<section>
<h2><u>Level Select</u></h2>
<p>you spin me right round, baby right round, like a record baby</p>
<ul>
<p>6<sup>2</sup> Squares</p>
<li><a href=left>spin left</a></li>
<li><a href=right>spin right</a></li>
<li><a href=.>mode select</a></li>
<li><a href=/>Our Other Projects</a></li>
</ul>
<section>
</main>
</body>
</html>
Binary file added spin/left/blindmaze.apk
Binary file not shown.
Binary file added spin/left/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bbeb9bd

Please sign in to comment.