From e271e2414e5b5ee5191813e83072818a46cb906b Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Thu, 23 Apr 2026 20:11:29 -0500 Subject: [PATCH] new fond --- app/globals.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/app/globals.css b/app/globals.css index eea513f..6a9609a 100644 --- a/app/globals.css +++ b/app/globals.css @@ -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 {