From 02cec9617fc5b9774a0560b8a2f9a3aa93e895bd Mon Sep 17 00:00:00 2001 From: Suleman Bababudan Date: Sun, 19 Nov 2023 14:00:54 +0100 Subject: [PATCH] made some changes on the instructor page --- Responsive Navbar/Responsive_Navbar.css | 3 + index.html | 2 +- instructor.html | 126 +++++++++++++++--------- modified_homepage_css.css | 5 +- resources/style/glitch.css | 4 +- 5 files changed, 88 insertions(+), 52 deletions(-) diff --git a/Responsive Navbar/Responsive_Navbar.css b/Responsive Navbar/Responsive_Navbar.css index 0262fad9..b74cf83f 100644 --- a/Responsive Navbar/Responsive_Navbar.css +++ b/Responsive Navbar/Responsive_Navbar.css @@ -12,11 +12,13 @@ body { nav{ background: #151515; padding: 5px 40px; + width: 100%; } nav ul{ list-style: none; display: flex; flex-wrap: wrap; + align-items: center; justify-content: center; } @@ -75,6 +77,7 @@ nav ul li.btn.hide i:before{ @media all and (max-width: 900px){ nav{ padding: 5px 30px; + justify-content: space-around; } nav ul li.items{ width: 100%; diff --git a/index.html b/index.html index 479c9b4c..6372d4d1 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@
-