3 Commits

Author SHA1 Message Date
IO e271e2414e new fond 2026-04-23 20:11:29 -05:00
IO 84e29d4a20 added new picture 2026-04-23 11:38:33 -05:00
IO 10d92b97cd added new image Carlos 2026-04-22 19:25:32 -05:00
3 changed files with 23 additions and 0 deletions
@@ -8,6 +8,7 @@ const images = [
"/CEDETEC.jpg",
"/FES-ACATLAN.jpg",
"/DSC.jpeg",
"/Cedetec.jpeg",
];
export default function BackgroundRotator() {
+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 {
Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB