Files
BimAI/Bimix.UI.Shared/Component1.razor.css
2025-06-19 21:50:35 +02:00

7 lines
137 B
CSS

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