Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion 3D Pyramid/3DPyramid.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 {
Expand Down