September
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




(10) Comments














comments