--- tags: - upnote-import --- # Blazor ## Alignments: [MudBlazor - Blazor Component Library](https://mudblazor.com/utilities/align-items#basic-usage-center) horizontal ausrichten = justify ``` content ``` vertikal ausrichten = align ``` @Body ``` ## Spacing [MudBlazor - Blazor Component Library](https://mudblazor.com/utilities/spacing#how-it-works) m = marign, p = padding t = top, b= bottom, l = left, r = right x = left and right y = top and bottom a = all 4 sides 0 - 20 oder n0-n20 für negative werte ``` pa-4 mr-16 pa-4 pa-4 ml-8 ```