JSFiddle - React, Tailwind, and code Playground
by Wya Egg
HTML
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js">
</script>
</head>
<body>
<h1 class="header">
WYATT'S AMAZING GEOMETRY DASH GAMES (Version 1) </h1> <h2 class="header2">
Written (and coded) by W3433
</h2>
<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 background</strong>
</p>
<iframe src="https://scratch.mit.edu/projects/723700119/embed" width="100%" height="800" style="border:0px solid black;">
</iframe>
<p>
<strong>Geometry Dash Subzero 2</strong>
</p>
<iframe src="https://scratch.mit.edu/projects/873796195/embed" width="100%" height="800" style="border:0px solid black;">
</iframe>
<p>
<strong>My Whole Studio (if this doesn't load, <a href="https://scratch.mit.edu/studios/33616213">copy this link</a>) </strong>
</p>
</body> </html>
<p>
Thanks for reading and...
CSS
body {
background: linear-gradient(to right, orange, yellow, green, blue, purple, pink);
}
.header {
background-color: yellow;
}
.header2 {
background-color: green;
}