Skip to content

Instantly share code, notes, and snippets.

View rae-ralston's full-sized avatar
🎣
good times

Rae Ralston rae-ralston

🎣
good times
View GitHub Profile
@rae-ralston
rae-ralston / index.html
Created June 3, 2016 21:59 — forked from anonymous/index.html
Color Picker // source http://jsbin.com/sepugu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Color Picker</title>
<link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<style id="jsbin-css">
h1 {
font-family:'Slabo 27px';
}