Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Wednesday, January 6, 2016

CSS - Creating High Resolution Background Images with CSS

http://www.sitepoint.com/watch-creating-high-resolution-background-images-with-css/

Friday, December 4, 2015

CSS - best place to choose right color palette for your web app

Here you will find variety of web sites samples of different color palette
http://www.colourlovers.com/

Saturday, October 17, 2015

TOOLS - Colorzilla, nice color picker tool for browser

Colorzilla http://www.colorzilla.com/
Very nice plugin for browsers Chrome and Firefox. It allows to pick colors and see its numeric value in very handily way.

Wednesday, May 27, 2015

Thursday, May 21, 2015

CSS - left shadow line for any container

-webkit-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.2);
box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.2);