9 lines
60 B
CSS
9 lines
60 B
CSS
|
#red {
|
||
|
background: red;
|
||
|
}
|
||
|
|
||
|
#lime {
|
||
|
background: lime;
|
||
|
}
|
||
|
|