This commit is contained in:
2026-04-23 20:11:29 -05:00
parent 84e29d4a20
commit e271e2414e
+22
View File
@@ -31,6 +31,28 @@ body {
main {
position: relative;
overflow: hidden;
}
main::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 200%;
height: 200%;
background-image:
linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px);
background-size: 48px 48px;
pointer-events: none;
transform: translate(-50%, -50%) rotate(15deg);
transform-origin: center;
}
footer {