From f1541b5f1683441ac9937edb807b1773a43b7a61 Mon Sep 17 00:00:00 2001 From: Ankit Kumar <139707943+Kumar-Ankit07@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:20:37 +0530 Subject: [PATCH] Added image of nav bar as it was not visible --- index.html | 4 +++- stylesheets/styles.css | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2d418d5c..533f4943 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,9 @@ -
+
+ +
diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 9f6e68e8..f72d77b2 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -97,7 +97,7 @@ canvas, video { display: inline-block; *display: inline; - *zoom: 1; + *zoom : 1; } /* @@ -684,7 +684,7 @@ hr { border: 0; outline: none; height: 3px; - background: transparent url("../images/hr.gif") center center repeat-x; + background: transparent url(images/hr.gif) center center repeat-x; margin: 0 0 20px; } @@ -701,7 +701,7 @@ dt { height: 60px; width: 100%; position: fixed; - background: url(../images/nav-bg.gif) #353535; + background: url(images/nav-bg.gif) #353535; border-bottom: 4px solid #434343; -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);