Skip to content

Instantly share code, notes, and snippets.

@willroj
willroj / index.html
Created September 24, 2016 02:14 — forked from NPashaP/.block
DashBoard
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body{
width:1060px;
margin:50px auto;
}
path { stroke: #fff; }
path:hover { opacity:0.9; }
rect:hover { fill:blue; }