6 lines
71 B
CSS
6 lines
71 B
CSS
|
:host {
|
||
|
display: block;
|
||
|
background-color: green;
|
||
|
color: white;
|
||
|
}
|