From 351b544f23be55ab55fcb47627d40859868e8154 Mon Sep 17 00:00:00 2001 From: sushil sharma Date: Sun, 25 Aug 2024 19:17:14 +0545 Subject: [PATCH] - --- cloned-sites/cyberfiction/index.html | 4 ++++ cloned-sites/cyberfiction/stle.css | 18 ++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/cloned-sites/cyberfiction/index.html b/cloned-sites/cyberfiction/index.html index a4aa33b..ed2b1db 100644 --- a/cloned-sites/cyberfiction/index.html +++ b/cloned-sites/cyberfiction/index.html @@ -12,6 +12,10 @@
+
diff --git a/cloned-sites/cyberfiction/stle.css b/cloned-sites/cyberfiction/stle.css index 822db0e..ee0564a 100644 --- a/cloned-sites/cyberfiction/stle.css +++ b/cloned-sites/cyberfiction/stle.css @@ -14,6 +14,20 @@ html,body{ overflow: hidden; } + + +#nav{ + position: absolute; + z-index: 10; + height: 50px; + width: 100vw; + background-color: red; +} + + + + + #page canvas{ position: relative; z-index: 9; @@ -64,10 +78,6 @@ html,body{ - - - - #page1{ position: relative; height: 100vh;