Binary file not shown.
@@ -3,6 +3,14 @@
|
|||||||
@import "tw-animate-css";
|
@import "tw-animate-css";
|
||||||
@import "@fontsource/work-sans";
|
@import "@fontsource/work-sans";
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Coolvetica";
|
||||||
|
src: url("/public/fonts/Coolvetica.otf") format("opentype");
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background: hsl(220 23% 95%);
|
--background: hsl(220 23% 95%);
|
||||||
--secondary-background: oklch(100% 0 0);
|
--secondary-background: oklch(100% 0 0);
|
||||||
|
|||||||
@@ -8,12 +8,23 @@ export const Route = createFileRoute("/pazismemod/")({
|
|||||||
|
|
||||||
function RouteComponent() {
|
function RouteComponent() {
|
||||||
return (
|
return (
|
||||||
<div className="h-screen w-screen overflow-hidden bg-black">
|
<div className="relative h-screen w-screen overflow-hidden bg-black">
|
||||||
<img
|
<img
|
||||||
src={screen1}
|
src={screen1}
|
||||||
alt="Pazismemod screenshot"
|
alt="Pazismemod screenshot"
|
||||||
className="h-full w-full object-contain"
|
className="h-full w-full object-contain"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<h1
|
||||||
|
className="pointer-events-none absolute top-6 left-6 text-8xl leading-none text-white"
|
||||||
|
style={{
|
||||||
|
fontFamily: "\"Coolvetica\", sans-serif",
|
||||||
|
WebkitTextStroke: "2px black",
|
||||||
|
textShadow: "0 2px 8px rgba(0, 0, 0, 0.45)",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
pazisme mod
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user