Skip to content

Instantly share code, notes, and snippets.

View IgnetStudio's full-sized avatar

Ignet IgnetStudio

View GitHub Profile
@IgnetStudio
IgnetStudio / Pop Art Backgrounds with SVG & Blend Modes.markdown
Created July 11, 2015 20:50
Pop Art Backgrounds with SVG & Blend Modes
@IgnetStudio
IgnetStudio / Realistic Text Effect (updated).markdown
Created July 6, 2015 00:11
Realistic Text Effect (updated)
@IgnetStudio
IgnetStudio / dabblet.css
Created June 18, 2015 14:52 — forked from alexmwalker/dabblet.css
CSS3 Animated Flames *
/**
* CSS3 Animated Flames *
Improved version using the 'steps' attribute to control the sprite switching
*/
body {background-color:#000}
#logfire {
position:relative;
background:url(http://sitepointstatic.com/examples/css3/animation/logfire.jpg?r=2) center top no-repeat;
@IgnetStudio
IgnetStudio / dabblet.css
Created June 18, 2015 14:51 — forked from LeaVerou/dabblet.css
Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
/**
* Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
* Caveat: Not DRY. The content needs to be repeated in a data- attribute (or directly in the CSS).
*/
body {
background: #ccc51c;
min-height: 100%;
}