6 lines
71 B
CSS
Raw Normal View History

:host {
display: block;
background-color: green;
color: white;
}