Skip to content

Instantly share code, notes, and snippets.

View plapier's full-sized avatar

Phil LaPier plapier

View GitHub Profile
@plapier
plapier / gist:3862407
Created October 10, 2012 00:29
tumblr theme starter
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
{block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}">
</head>
<body>
@plapier
plapier / dabblet.css
Created October 10, 2012 14:52 — forked from daneden/dabblet.css
CSS Photo Album
/* CSS Photo Album */
/* Rebound of this shot by @daryl: http://drbl.in/fwwM */
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}