Skip to content

Instantly share code, notes, and snippets.

@sukkamehu
sukkamehu / Rainbow.html
Created February 26, 2021 10:06
Rainbow
<body style="background-color: #fff"></body>
<script>
(function() {
let body = document.getElementsByTagName("BODY")[0];
let red = 0;