Skip to content

Instantly share code, notes, and snippets.

@pere
pere / index.html
Created July 5, 2012 07:31 — forked from max-mapper/index.html
Clustered Force Layout + Custom Gravity
<!DOCTYPE html>
<meta charset="utf-8">
<style>
circle {
stroke: #fff;
}
</style>
<body>
@pere
pere / water.css
Created July 27, 2012 20:17 — forked from anonymous/water.css
created by livecoding - http://livecoding.gabrielflor.it
circle {
fill: rgb(31, 119, 180);
fill-opacity: .25;
stroke: rgb(31, 119, 180);
stroke-width: 1px;
}
.leaf circle {
fill: #ff7f0e;
fill-opacity: 1;