Skip to content

Instantly share code, notes, and snippets.

View ScottJH's full-sized avatar

Scott J Haselwood ScottJH

View GitHub Profile
@ScottJH
ScottJH / index.html
Created April 22, 2013 16:32
A CodePen by Scott J Haselwood. Retro Motel Sign - I wanted to play with css3 animations so I created this retro motel sign. I figured you could insert the spans in the h1 element by using lettering.js or something like that. No images used.
<div class="container">
<div class="sign">
<h1><span class="one">M</span><span class="two">o</span><span class="three">t</span><span class="four">e</span><span class="five">l</span></h1>
<h2>Vacancy</h2>
</div>
</div>