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 {