sync
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 31s

This commit is contained in:
BOTAlex 2026-03-30 07:22:42 +02:00
parent 7a400cced7
commit c86b5524eb
3 changed files with 111 additions and 36 deletions

View file

@ -5,6 +5,9 @@
<div class="A4 include-in-print">
<SlantedProjectHighlights />
<div class="warning-tape w-full h-4"></div>
<HexagonSkills />
</div>
@ -12,7 +15,17 @@
.A4 {
width: 210mm;
height: 297mm;
background-color: #121212;
}
.warning-tape {
--color1: #eeeeee;
background: repeating-linear-gradient(
-45deg,
var(--color1),
var(--color1) 20px,
#121212 20px,
#121212 40px
);
}
</style>