From 03846447ead2049a6743dfc70a2a1e611a9cbb40 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 1 Jun 2015 13:33:59 +0100 Subject: [PATCH] Added redalt ilyc & Ultimate CSS Gradient Generator --- BigBoxOfCSS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BigBoxOfCSS.md b/BigBoxOfCSS.md index d953d39..872ddbf 100644 --- a/BigBoxOfCSS.md +++ b/BigBoxOfCSS.md @@ -15,6 +15,10 @@ - [CSS Shorthand Generator](http://shrthnd.volume7.io/) - A wensite that converts your long hand styling rules into their shorthand versions - [Myth](http://myth.io/) - A preprocessor that converts CSS using all the laatest techniques into CSS that every browser will understand with graceful fallbacks +## Generators + - [Ultimate CSS Gradient Generator](http://www.colorzilla.com/gradient-editor/) - A GUI to help you design CSS gradients + - [RedAlt I Like Your Colours](http://redalt.com/ilyc) - Find out what colours any website is using + ## 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