5 lines
39 B
CSS
5 lines
39 B
CSS
|
* {
|
||
|
color: green;
|
||
|
background: red;
|
||
|
}
|