CSS Useful Websites

css-tricks http://css-tricks.com/2833-the-css-overflow-property/ Borwser Support http://www.webdevout.net/browser-support-css TypeTester http://www.typetester.org/ ColourLovers http://www.colourlovers.com/ WebFonts http://www.google.com/webfonts CSS Buttons http://www.cssbuttongenerator.com/ CSS Validation http://jigsaw.w3.org/css-validator/

CSS Margin Shorthands

The margin shorthands can have one to four shorthand styles: margin:top_right_bottom_left; example: margin:10px; margin:top right bottom left; example: margin: 10px 11px 12px 13px margin:top, left_right, bottom 50px 75px; example: margin: 10px 13px 15px margin:top_bottom, left_right … Read more