Skip to content

Instantly share code, notes, and snippets.

@indigeaux
indigeaux / index.html
Created July 16, 2016 07:55 — forked from anonymous/index.html
Make a Color Picker // source http://jsbin.com/zujeci
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Make a Color Picker</title>
<link rel="stylesheet" href="main.css" media="screen" charset="utf-8">
<style id="jsbin-css">
button {
min-width: 3em;