Load data from external API using Angular.js
A Pen by Joe Watkins on CodePen.
Load data from external API using Angular.js
A Pen by Joe Watkins on CodePen.
A Pen by White Wolf Wizard on CodePen.
Android L ripple effect with CSS3 and Javascript.
A Pen by Dolphin Wood on CodePen.
| Medium.com style header effect | |
| ------------------------------ | |
| Forked from [Chrysto](http://codepen.io/bassta/)'s Pen [Medium.com style header effect](http://codepen.io/bassta/pen/iIskw/). | |
| Resolved issue where content section needed a fixed height to allow for random content lengths. | |
| A [Pen](http://codepen.io/dsmy/pen/ajKdx) by [dsmy](http://codepen.io/dsmy) on [CodePen](http://codepen.io/). |
| <div class="center-me"> | |
| <div class="equalizer"></div> | |
| </div> |
| <h1>Excerpt Peek</h1> | |
| <p>A simple hover effect to reveal a post excerpt or content summary. 3 different effects shown: static, drop down and slide in.</p> | |
| <div class="peekblock"> | |
| <a href="#"><img class="peekbehind" src="http://placehold.it/240x150" alt="Placeholder" /></a> | |
| <h3 class="title">Basic peek effect</h3> | |
| <p class="snippet">Lorem ipsum dolor sit amet, eiusmod tempor incididunt consectetur adipisicing elita.</p> | |
| </div> | |
| <div class="peekblock droptext"> |
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>CSS3 Batman Logo Animated Wings</title> | |
| <link href='http://fonts.googleapis.com/css?family=Lato:900' rel='stylesheet' type='text/css'> | |
| </head> | |
| <body> | |
| <h1>Pure CSS3 Batman Logo</h1> |
| <?php | |
| /** | |
| * WordPress Chosen Taxonomy Metabox | |
| * Author: Helen Hou-Sandi | |
| * | |
| * Use Chosen for a replacement taxonomy metabox in WordPress | |
| * Useful for taxonomies that aren't changed much on the fly and are | |
| * non-hierarchical in nature, as Chosen is for flat selection only. | |
| * You can always use the taxonomy admin screen to add/edit taxonomy terms. | |
| * Categories need slightly different treatment from the rest in order to |