From 4d2b04042659549845d0454c5c17d04731fcec48 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 23 May 2015 15:09:26 +0100 Subject: [PATCH] added CSS3 Generator Tools --- BigBoxOfCSS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigBoxOfCSS.md b/BigBoxOfCSS.md index 8158a31..442a2b9 100644 --- a/BigBoxOfCSS.md +++ b/BigBoxOfCSS.md @@ -1,12 +1,14 @@ # The Big box of CSS ## Ready made animations and icons + - [CSS3 Generators Tools](http://www.cssreflex.com/css-generators/) - A bunch of tools to help you visualise different styling rules - [Loaders.css](http://connoratherton.com/loaders) - Pure CSS loading animations - [AniCollection](https://anicollection.github.io/#/) - A collection of CSS animations - [Hover.css](https://ianlunn.github.io/Hover/) - More CSS animations - [icono](https://saeedalipoor.github.io/icono/) - Pure CSS icons + ## Tutorials and References - [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - A good css-tricks tutorial on how the flexbox works - [CSS Selectors Reference](http://www.w3schools.com/cssref/css_selectors.asp) - A reference for the CSS selectors with examples