transition to css - part I

This commit is contained in:
io 2005-01-28 21:27:06 +00:00
parent 2b72b4f977
commit 902d50a0bd
3 changed files with 20 additions and 12 deletions

View file

@ -0,0 +1,12 @@
body {
background-color: #000080;
color: #000000;
}
a {
color: #3333ff;
}
a:visited {
color: #8888ff;
}