From c41f0338db70cfb963f37d26ee4398519da732be Mon Sep 17 00:00:00 2001 From: Mehwish Date: Wed, 29 Oct 2025 16:06:48 +0530 Subject: [PATCH] fix: adjusted pyramid base position in CSS --- 3D Pyramid/3DPyramid.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/3D Pyramid/3DPyramid.html b/3D Pyramid/3DPyramid.html index 38b0a37a..bc61b4e6 100644 --- a/3D Pyramid/3DPyramid.html +++ b/3D Pyramid/3DPyramid.html @@ -33,6 +33,8 @@ border-bottom: 173.2px solid gold; transform-origin: bottom center; opacity: 0.95; + + box-shadow: 0 0 20px rgba(255, 215, 0, 0.4); } /* Properly aligned faces */ @@ -58,7 +60,9 @@ width: 200px; height: 200px; background: rgba(218, 165, 32, 0.8); - transform: rotateX(90deg) translateZ(-75px); + /*transform: rotateX(90deg) translateZ(-75px);*/ + + transform: rotateX(90deg) translateZ(-100px); } @keyframes spin {