Tag Archives: css

Finding Dead CSS


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

Interesting way to find CSS that isn’t used anymore in large scale websites. Source: Finding Dead CSS – CSS Wizardry – CSS Architecture, Web Performance Optimisation, and more, by Harry Roberts

Complete list of Font Awesome icons with their CSS content values


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

A list of Font Awesome icons and their CSS content values Source: Complete list of Font Awesome icons with their CSS content values

:nth Tester


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

Easily create the CSS code for selecting specific elements on a HTML page 🙂 Source: :nth Tester

A Complete Guide to CSS Grid | CSS-Tricks


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

CSS Grid is becoming more embedded into browsers. Check caniuse.com for full support. https://caniuse.com/#feat=css-grid Source: A Complete Guide to Grid | CSS-Tricks

AngularJS: API: ngAnimate


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

Native CSS animations built into Angular using ngAnimate 🙂 Example usage: http://stackoverflow.com/questions/15882649/how-to-delay-nganimate-in-ngrepeat Source: AngularJS: API: ngAnimate