JSFiddle - React, Tailwind, and code Playground
by Wya Egg
HTML
<html>
<head> <title>W3433's Amazing Geometry Games</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js">
</script>
</head>
<body>
<p class="first-class"> </p>
<h1 class="header">
W3433'S AMAZING GEOMETRY DASH GAMES </h1> <h2 class="header2"> </h2>
<h2>
Written (and coded) by W3433
</h2>
<h3 class="intro">
<a href="https://www.narrow.one"> Click here for a cool game!</a> (it is called Narrow One! You play by trying to capture the flag without other people getting you!) </h3>
<h3 class="intro">For more information about me,
<a href="https://jsfiddle.net/w3433/avf410do/43/"> click here!</a> </h3>
<h3 class="intro">
Also, you can go to <em>scratch.mit.edu </em>(copy and paste the link) if you want to code your own games, like the ones on this website! </h3>
<p> Welcome to my Geometry Dash games! You can play by pressing the up arrow, space, w, or clicking, to jump over spikes and win the game.
</p>
<p>
<strong>Geometry Dash v4</strong>
</p>
<iframe src="https://scratch.mit.edu/projects/1019303852/embed" width="100%" height="800" style="border:0px solid black;"> </iframe>
<p>
Now, here are a few other of my Geometry Dash remixes. <br> <br> <br> <br>
<strong>Geometry Dash Levels 4-6 w/ Attempts Variable Included </strong>
<iframe src="https://scratch.mit.edu/projects/723700326/embed" width="100%" height="800" style="border:0px solid black;"></iframe> <br> <br> <br> <br> </p>
<p>
<strong>Geometry Dash: Jump The Blocks and Sprites</strong> </p>
<iframe src="https://scratch.mit.edu/projects/723700167/embed" width="100%" height="800" style="border:0px solid black;">
</iframe>
<p>
<strong>Geometry Dash v1.5 w/ Red Spikes</strong> </p>
<iframe src="https://scratch.mit.edu/projects/723700292/embed" width="100%" height="800" style="border:0px solid black;"> </iframe>
<p>
<strong>Geometry Dash v1.5 flashing...
CSS
body {
background: linear-gradient(to right, yellow, green, pink, purple);
}
.header {
background-color: yellow;
}
.header2 {
background-color: green;
}
.first-class {
border-style: dotted dotted dotted dotted;
border-width: 2px;
}
.intro {
color: purple;
}