Skip to content

Instantly share code, notes, and snippets.

View janwillem2020's full-sized avatar
🎯
Focusing

janwillem2020

🎯
Focusing
View GitHub Profile
@janwillem2020
janwillem2020 / index.html
Created September 14, 2020 09:18 — forked from albertodelax/index.html
Rainbow Background Animation
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
body {
background-color: red;
transition: background-color 7s;
}
</style>
</head>