upd
This commit is contained in:
+18
-22
@@ -22,29 +22,25 @@ function Infra2Page() {
|
||||
className="absolute left-0"
|
||||
style={{ width: `${width}px`, height: `${width}px`, top: `-${top}px` }}
|
||||
>
|
||||
<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>
|
||||
<img
|
||||
width={`${width}px`}
|
||||
height={`${width}px`}
|
||||
src="/images/Infra/NKS_Infra_Orto_Box.png"
|
||||
alt=""
|
||||
className=""
|
||||
/>
|
||||
<svg
|
||||
width="2160"
|
||||
height="2160"
|
||||
viewBox="0 0 2160 2160"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="absolute top-0 left-0 w-full h-full"
|
||||
>
|
||||
<svg x={1000} y={1000}>
|
||||
<rect width="81" height="81" rx="40.5" fill="white" />
|
||||
</svg>
|
||||
</div>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user