Skip to content

Instantly share code, notes, and snippets.

@xav76
xav76 / index.html
Created October 24, 2012 17:11
A CodePen by Flawless13.
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
@xav76
xav76 / index.html
Created October 24, 2012 17:11
A CodePen by Adam Girton. Sign Up Form - Because you can never have to many forms with lionel richie
<div class="coming-soon">
<form>
<input type="email" placeholder="[email protected]">
<input type="submit" value="Sign In">
</form>
</div>
<img src="http://db.tt/f0jVtWmo" alt="lionel">
@xav76
xav76 / index.html
Created October 24, 2012 17:10
A CodePen by Linmiao Xu. Fireball - A simple fireball animation in canvas.
<canvas id="canvas"></canvas>
@xav76
xav76 / index.html
Created October 24, 2012 17:09
A CodePen by Albert Filice. Single Element Loader
<div class="loader"></div>
<h1>Loader Bar</h1>
<p>
Design by: <a href="http://dribbble.com/albyantoniazzi" target="_blank">Alberto Antoniazzi</a>
<br>
<br>
Coded by: <a href="https://twitter.com/monstasaurous" target="_blank">Albert Filice</a>
</p>
@xav76
xav76 / index.html
Created October 24, 2012 17:09
A CodePen by Bennett Feely. Pick your Player - CSS3 animations, transforms, transitions, filters, the whole deal. And oh yeah, Spongebob.
<h1>Choose your character</h1>
<form>
<li>
<input name="r" type="radio" id="spongebob" />
<label>Spongebob</label>
</li>
<li>
<input name="r" type="radio" id="patrick" />
<label>Patrick</label>
@xav76
xav76 / index.html
Created October 24, 2012 17:09
A CodePen by M Naufal. Switch Button Single element - Switch Button Inspired by http://dribbble.com/shots/693683-iOS-App-Icon-Switch?list=popular&offset=148
<a href="#" class="btn"></a>
@xav76
xav76 / index.html
Created October 24, 2012 17:08
A CodePen by James Doyle. Synth App Buttons - synth app buttons from the Untitled iPhone synth app waveforms dribbble shot by Mikael Eidenberg
<p><a href="http://drbl.in/eWtH" target="_blank">based on 'Untitled iPhone synth app waveforms' by Mikael Eidenberg</a></p>
<div class="group">
<input id="Radio1" name="Radios" type="radio" value="First Option" checked="checked">
<label for="Radio1">A</label>
<input id="Radio2" name="Radios" type="radio" value="Other Option" >
<label class="center" for="Radio2">B</label>
<input id="Radio3" name="Radios" type="radio" value="Other Option" >
<label for="Radio3">C</label>
</div><br/><br />
<div class="group">
@xav76
xav76 / index.html
Created October 24, 2012 17:07
A CodePen by Tim Holman. Lined Shadows - Using webkits background-click: text, and text-fill-color
Swell
@xav76
xav76 / index.html
Created October 24, 2012 17:07
A CodePen by Azik Samarkandiy. Sublime Text2 logo - # Link http://codepen.io/html5web/pen/dnhvr --- 21/08/2012 by Azik Samarkandiy # @samarkandiy http://twitter.com/@samarkandiy ![Sublime-Text2-logo](http://iweb.uz/wp-content/uploads/2012/08/subli
<div class="sublime"></div>
@xav76
xav76 / index.html
Created October 24, 2012 17:05
A CodePen by Niels Oeltjen. Rounded tabs - Simple css menu with rounded corners on the tabs and in the spaces between!
<nav>
<ul>
<li><a href="#">These</a></li><li><a href="#">Tabs</a></li><li><a href="#">Are</a></li><li><a href="#">Okay</a></li>
</ul>
</nav>