1
0
Fork 0
TheBigWarehouse/BigBoxOfCSS.md

26 lines
1.5 KiB
Markdown
Raw Normal View History

2015-04-20 19:23:58 +00:00
# The Big box of CSS
## Ready made animations and icons
2015-05-23 14:09:26 +00:00
- [CSS3 Generators Tools](http://www.cssreflex.com/css-generators/) - A bunch of tools to help you visualise different styling rules
2015-05-19 10:43:57 +00:00
- [Loaders.css](http://connoratherton.com/loaders) - Pure CSS loading animations
2015-04-20 19:23:58 +00:00
- [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
2015-05-23 14:09:26 +00:00
2015-05-10 17:08:06 +00:00
## Tutorials and References
2015-05-05 15:21:48 +00:00
- [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
2015-05-10 17:08:06 +00:00
- [CSS Selectors Reference](http://www.w3schools.com/cssref/css_selectors.asp) - A reference for the CSS selectors with examples
2015-05-23 14:15:43 +00:00
- [caniuse](http://caniuse.com) - HTML5 and CSS3 support tables for all the major browsers and versions
- [caniuse-cmd](https://github.com/sgentle/caniuse-cmd) - A command line tool to conenct to the above service
2015-05-05 15:21:23 +00:00
2015-05-07 06:57:35 +00:00
## CSS Resets
- [Marx](https://mblode.github.io/marx/) - A small and simplle CSS reset
2015-04-20 19:23:58 +00:00
## Other
- [Critical Path CSS Generator](http://jonassebastianohlsson.com/criticalpathcssgenerator/) - Analyses your web page and picks out 7 optimises the CSS needed to render the above-the-fold content
- [CSS Reset](http://www.cssreset.com/) - List of CSS resets, useful when building bookmarklets
- [Making a website responsive in 3 easy steps] - Guide to making a website responsive so that it look sgood on a mobile device
2015-05-05 15:21:23 +00:00