Archives

CSS Flex Cheat Sheet

display:flex Hauptachse festlegen flex-direction row (d), row-reverse, column, column-reverse Items auf Hauptachse anordnen justify-content flex-start (d), flex-end, center, space-between, space-around, space-evenly Items auf Querachse andordnen(Space/Verteilung: …

Visual Studio: Signatur des Targets

In den Project Properties unter „Build Events“ eine Post-build event command line einfügen: „c:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe“ sign /v /sha1 „<sha1 thumbprint vom zertifikat>“ /fd …