Skip to content

Instantly share code, notes, and snippets.

@zhangj
zhangj / index.html
Created July 23, 2013 07:54
A CodePen by Jane. CSS loading animation
<h1 data-content="Loading...">Loading...</h1>
@zhangj
zhangj / index.html
Created July 23, 2013 07:57
A CodePen by Jane. Social buttons with hover - Cool social buttons with awesome slide hover (pure css animation)
<div id="buttons">
<div class="facebook button">
<i class="icon">
<i class="icon-facebook">
</i>
</i>
<div class="slide">
<p>
facebook
</p>
@zhangj
zhangj / index.html
Created July 23, 2013 08:00
A CodePen by Ana Tudor. Pure CSS gears - Just putting on CodePen something I did about a year ago. Uses filters. Border looks wrong in Firefox (not dotted, but solid) and a bit funny in IE (because the dots are just that, dots, not squares).
<div class='gear g1'></div>
<div class='gear g2'></div>
<div class='gear g3'><div class='s s1'></div><div class='s s2'></div></div>
<div class='gear g4'></div>
<div class='gear g5'><div class='inner'></div></div>