7 lines
80 B
CSS
7 lines
80 B
CSS
|
#Container {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
Button {
|
||
|
background-color: red;
|
||
|
}
|