JSFiddle - React, Tailwind, and code Playground
by Wya Egg
HTML
<html>
<title>Eggers Family: Hompepage</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"> </script>
<body>
<h1 class="header">Welcome to the Eggers website (on JSFiddle). Please click on a link below to learn more about that person:</h1> <br> <br>
<a href="https://jsfiddle.net/w3433/mz4egsou/2/">Mom</a> <br>
<a href="https://jsfiddle.net/w3433/2p9nyrgs/">Dad</a> <br>
<a href="https://jsfiddle.net/w3433/f2asLq9o/">Wyatt</a> <br>
<a href="https://jsfiddle.net/w3433/17j0pn8v/">Barrett</a> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<p>Need help or assistance? Please contact the maker of this website (W3433) at <em>[email protected]</em> for help. Thanks!</p>
</body>
</html>
CSS
body {
background: linear-gradient(to right, yellow, green, pink, purple);
}
.header { background-color: yellow; }