6 lines
60 B
CSS
6 lines
60 B
CSS
body {
|
|
background-color: IndianRed;
|
|
}
|
|
|
|
a { color: black }
|