5 lines
61 B
CSS
5 lines
61 B
CSS
* {
|
|
background-color: rgb(0,0,0);
|
|
color: rgb(255,0,0);
|
|
}
|
* {
|
|
background-color: rgb(0,0,0);
|
|
color: rgb(255,0,0);
|
|
}
|