From 1241ed7251c56f2da34b34f7320b7184d9648f61 Mon Sep 17 00:00:00 2001 From: Muhammad Sohaib Kamran <114664734+Sohaibkamran-25@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:26:56 +0500 Subject: [PATCH] Update HTML for 3D Earth animation and styling Made the earth earth more realistic with css gradiant for shadow and sphere shaping --- 3D Earth/index.html | 130 ++++++++++++++++++++++++-------------------- 1 file changed, 72 insertions(+), 58 deletions(-) diff --git a/3D Earth/index.html b/3D Earth/index.html index ccbdd8ec..6f107a5a 100644 --- a/3D Earth/index.html +++ b/3D Earth/index.html @@ -1,71 +1,85 @@ - - - Animated 3D Earth - + /* Gentle "axis wobble" to break flatness */ + @keyframes spin { + 0% { background-position: 0 0; transform: rotateY(0deg) rotateX(10deg); } + 50% { background-position: -100% 0; transform: rotateY(10deg) rotateX(15deg); } + 100% { background-position: -200% 0; transform: rotateY(0deg) rotateX(10deg); } + } + -
-
-
+
+
+
+
-