A more accessible version of the demo found here: http://css-tricks.com/circular-3d-buttons/
Accessiblity HTML for the font icons from here: http://css-tricks.com/html-for-icon-font-usage/
A Pen by Chris Coyier on CodePen.
Using degrees to specify shadow direction
A Pen by Hugo Darby-Brown on CodePen.
A Pen by Louis Coyle on CodePen.
I tried different animations for CSS loaders. Pick what you want ;)
A Pen by Geoffrey Crofte on CodePen.
with hammer.js and Flexbox
A Pen by Oliver Knoblich on CodePen.
<article id="info"> | |
<header> | |
<h1><strong>sketch.js</strong> demo</h1> | |
<h2>Spawn particles with your mouse</h2> | |
</header> | |
<a href="https://github.com/soulwire/sketch.js/zipball/master">Download</a> | |
<a href="https://github.com/soulwire/sketch.js">View on Github</a> | |
</article> | |
<div id="container"></div> |
Just a little experiment with pseudo elements. Semantic HTML is maintained. No boilerplate elements.
A Pen by Fabrice Weinberg on CodePen.
myApp = angular.module 'myApp', [] | |
myApp.service 'FlashMessage', ($rootScope) -> | |
Flash = () -> | |
$rootScope.flashes = [] | |
$rootScope.$on '$routeChangeSuccess', () -> | |
$rootScope.$broadcast 'FlashMessage:reset', $rootScope.flashes = [] | |
return |