home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 89
/
PIWD89.iso
/
pc
/
CONTENTS
/
DREAMWEAVER
/
TUTORIAL_FILES
/
Pages48-52
/
tutorial
/
style.css
< prev
Wrap
Cascading Style Sheet File
|
2003-11-26
|
223b
|
15 lines
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #24455D;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
.highlight {
color: #660000;
}