Files
gpw_next/GPW.CORE.Comp/Component1.razor.css
T
2023-01-09 09:38:35 +01:00

7 lines
131 B
CSS

.my-component {
border: 2px dashed red;
padding: 1em;
margin: 1em 0;
background-image: url('background.png');
}