Skip to content

Instantly share code, notes, and snippets.

View etownhooligan's full-sized avatar

Patrick Westerfeld etownhooligan

View GitHub Profile
@etownhooligan
etownhooligan / index.html
Created August 10, 2013 18:34
A CodePen by Henry Durdan. CSS TITLE - CSS styled h1, h2 tags with subtle, yet fancy box shadows and hover transitions.
<div id="titlewrapper">
<div class="designwrap">
<h1 class="I">I</h1>
<h1 class="design">Design</h1>
</div>
<h2 class="and">&</h2>
<div class="codewrap">
<h1 class="code"><span id="hide1">{</span>Code<span id="hide2"}>}</span> </h1>
</div>
@etownhooligan
etownhooligan / dabblet.css
Created August 11, 2013 11:56
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@etownhooligan
etownhooligan / dabblet.css
Created October 20, 2013 06:15
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@etownhooligan
etownhooligan / Anti-pattern.markdown
Created November 22, 2013 21:51
A Pen by Brad Frost.
@etownhooligan
etownhooligan / Find-A-Color.markdown
Created December 8, 2013 23:35
A Pen by White Wolf Wizard.
@etownhooligan
etownhooligan / Camera-icon-in-CSS.markdown
Created December 9, 2013 01:50
A Pen by Kevin Jannis.