Skip to content

Instantly share code, notes, and snippets.

View MTGPROD's full-sized avatar
🏠
Working from home

MTG MTGPROD

🏠
Working from home
View GitHub Profile
@albertodelax
albertodelax / index.html
Created August 5, 2015 17:09
Rainbow Background Animation
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
body {
background-color: red;
transition: background-color 7s;
}
</style>
</head>