Skip to content

Instantly share code, notes, and snippets.

View youderian's full-sized avatar

Chris Youderian youderian

View GitHub Profile
@youderian
youderian / index.html
Created July 6, 2015 17:15
Completed Example: SVG Maps from Natural Earth Data
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>World Map Example</title>
<style>
path {fill: lightgray; stroke: white;}
path:hover {fill: gray;}
</style>
</head>