5 lines
64 B
CSS
5 lines
64 B
CSS
:host {
|
|
background: green;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|