Skip to content

Instantly share code, notes, and snippets.

View phocks's full-sized avatar
🦖
"Rrrrrraaaawwwwwr!!" —A dinosaur

Joshua Byrd phocks

🦖
"Rrrrrraaaawwwwwr!!" —A dinosaur
View GitHub Profile
@phocks
phocks / .block
Last active July 6, 2017 03:43 — forked from mbostock/.block
Australia Map
border: no
license: gpl-3.0
@phocks
phocks / featurebg.css
Created April 13, 2016 06:17 — forked from JanHoek/featurebg.css
CSS for a Widget Area with Featured image as background
.features {
background: url(images/default-featurebg.jpg) no-repeat center top;
clear: both;
min-height: 450px;
padding: 2%;
}
.features-widgetarea {
padding: 2%;
float: right;