8 lines
72 B
CSS
8 lines
72 B
CSS
#red {
|
|
background-color: red;
|
|
}
|
|
|
|
#lime {
|
|
background-color: lime;
|
|
}
|
|
|