home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 January / Datatid-2000-01.iso / Internet / TOPSTYLE / TS1EVAL.EXE / %MAINDIR% / Help / css.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-09-26  |  215 b   |  16 lines

  1. /*
  2. used to color-code CSS-related items in the tutorial and CSS basics overview
  3. */
  4.  
  5. .selector { 
  6.     color: maroon;
  7.     font-weight: bold;    
  8.  }
  9.  
  10.  .property {  
  11.      color: black;
  12.      }
  13.  
  14.  .value {
  15.     color: blue
  16. }