CSS3 is hot topic for sure. Everyone making boring examples such as clocks, cubes, matrix etc. Here’s a fun little example that shows infinite possibilities of CSS 3 – “CSS Monsters”. Borders, gradients and other cool CSS3 features helps make pretty cute monster.
Effective Css for Novice and Advanced

Today we will learn some useful tricks to write css styles.
Short Properties
Short properties used to combine several properties in one declaration. It can really decrease size of your css code.
Colors
If color value has three pairs of equal symbols, you can write it using three symbols
#ff00bb -> #f0b #ffffff -> #fff
Vertical text in HTML
Not so long ago i had a problem with one site. There was name of user in vertical text.
Link to example
1 pages






