entwurf kennzeichnen

This commit is contained in:
Simon Martens
2025-06-03 11:20:46 +02:00
parent 780a365301
commit d9727d10ef
9 changed files with 279 additions and 241 deletions

View File

@@ -87,6 +87,26 @@
@apply font-bold text-red-500;
}
.diagonal-strike {
@apply relative inline-block;
}
.diagonal-strike::before {
@apply border-slate-50 border-t-[3px];
position: absolute;
content: "";
left: 10%;
top: 50%;
right: 0;
width: 60%;
-webkit-transform: rotate(-65deg);
-moz-transform: rotate(-65deg);
-ms-transform: rotate(-65deg);
-o-transform: rotate(-65deg);
transform: rotate(-65deg);
}
.text {
@apply font-serif relative;
}