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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Cascading Style Sheet File
|
1999-09-26
|
215 b
|
16 lines
/*
used to color-code CSS-related items in the tutorial and CSS basics overview
*/
.selector {
color: maroon;
font-weight: bold;
}
.property {
color: black;
}
.value {
color: blue
}