Cult-Foo

CSS Monsters

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.

CSS: Magic of “border” property

css border CSS: Magic of border property

You still using images to code such thing?

Cult-f.net is a daily website dedicated to everything related to outstanding WEB design and technologies.

Cult-f.net

In this case we are going to you :)

Effective Css for Novice and Advanced

css novice 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