angular/aio/content/examples/component-styles/src/app/quest-summary.component.css
2017-03-28 10:21:46 +01:00

6 lines
71 B
CSS

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