Easily Turn Your Images Into Polaroids with CSS3

http://www.zurb.com/article/305/easily-turn-your-images-into-polaroids-wi

Web colors names

Color Codes: http://www.december.com/html/spec/colorcodes.html Web colors. X11 color names: http://en.wikipedia.org/wiki/Web_colors#X11_color_names Sorted by Color Name: http://www.w3schools.com/html/html_colornames.asp Sorted by Hex Value: http://www.w3schools.com/html/html_colorvalues.asp

HTML Color Picker & Mixer

HTML Color Picker: http://www.w3schools.com/tags/ref_colorpicker.asp HTML Color Mixer: http://www.w3schools.com/tags/ref_colormixer.asp

Ultimate CSS Gradient Generator

A powerful Photoshop-like CSS gradient editor from ColorZilla.

Color Scheme Designer

A designer tool for creating color combinations that work together well.

CSS3 Click Chart. Live Demonstration

http://css3clickchart.com/

Google Web Fonts API

https://fonts.googleapis.com/css?family=Lora:400,700,400italic|Oswald:400,700

bootstrap less => common.less

https://github.com/markdotto/Preboot.less/blob/master/bootstrap.less

CSS3 Transition

.navigation-top > .menu li:hover .menu { /* -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); przy włączonym flashu nie rozwija się menu pod Chrome 21 */ -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); }