This commit is contained in:
2024-04-08 16:01:27 +05:00
parent 1394cac3f2
commit 34519c7fb9
+24 -8
View File
@@ -17,18 +17,34 @@ function Infra2Page() {
}, []);
return (
<div className="absolute w-full h-full overflow-hidden">
<div className="scene absolute w-full h-full overflow-hidden">
<div
className="absolute left-0"
style={{ width: `${width}px`, height: `${width}px`, top: `-${top}px` }}
>
<img
width={`${width}px`}
height={`${width}px`}
src="/images/Infra/NKS_Infra_Orto_Box.png"
alt=""
className=""
/>
<div className="">
<img
width={`${width}px`}
height={`${width}px`}
src="/images/Infra/NKS_Infra_Orto_Box.png"
alt=""
className=""
/>
</div>
<div className="absolute top-0 left-0">
<svg
width="2160"
height="2160"
viewBox="0 0 2160 2160"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className="w-full h-full"
>
<svg x={1000} y={1000}>
<rect width="81" height="81" rx="40.5" fill="white" />
</svg>
</svg>
</div>
</div>
</div>
);