Skip to content

Instantly share code, notes, and snippets.

View joshbeckman's full-sized avatar
😅
did a git blame bring you here?

Josh Beckman joshbeckman

😅
did a git blame bring you here?
View GitHub Profile
@joshbeckman
joshbeckman / gist:5949332
Last active December 19, 2015 11:39
ColorType in-browser text editor, rainbow-effect
data:text/html,
<html>
<head>
<title>ColorType</title>
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
<style type="text/css">
html { font-family: "Merriweather" } * { -webkit-transition: all linear 1s; }
</style>
<script>
window.onload=function(){