1
0

Implement Contact, Header, start Footer

This commit is contained in:
2026-02-13 12:57:06 +01:00
parent b0dec274bd
commit 21d5e9eb5e
10 changed files with 401 additions and 31 deletions
+7
View File
@@ -14,13 +14,16 @@
--fs-page-title: clamp(3rem, 5.5vw + 1rem, 8rem);
--leading-title: 1.1;
--ledaing-subtitle: 1.2;
--leading-paragraph: 1.5;
--tracking-tight: -0.0625rem;
--tracking-narrow: -0.09375rem;
--base-grid: repeat(12, 1fr);
--max-content-width: 1920px;
--clr-light-400: hsl(0 10% 100%);
--clr-light-500: hsl(from var(--clr-light-400) h s calc(l - 10));
--clr-dark-400: hsl(0 17.6% 3.3%);
--clr-ts-warm-red-400: hsl(3 94% 60%);
@@ -88,4 +91,8 @@
background-clip: text;
color: transparent;
}
p {
color: var(--clr-light-500);
}
</style>