Tree :
Faceted index, by topics :
Menu
"Main" tree view (1) "Normal" view (15) Display (4) Edit (9) File (52) Help (7) Ideas (57) Import/Export (16) Keywords (6) Publications (19) Tasks (1) Templates (72) Windows (1)
Feature
Category
How to insert these widgets? |
6. CSS 1
6.2. Syntax of rules
A rule is a set of couples (property : value) separated by ';' : property1 : value1; /* Optional comments, as in C language */ property2 : value2; ... Properties are reserved names. Example : color font-family Values are predefined names (colors), or integer or float numbers, optionally followed by a unit. Example : 10mm 2.5em 16% magenta rgb(15%, 26%, 80%)
Keywords : Css
|