From 5d6d82058b1b177c69621a733237b8cd3c457d3a Mon Sep 17 00:00:00 2001 From: Lucky Goswami Date: Tue, 27 Feb 2024 16:33:56 +0530 Subject: [PATCH] update: course tabs --- blog.html | 2 +- course-inner.html | 2 +- courses.html | 18 +++++++++--------- index.html | 4 ++-- style.css | 1 + 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/blog.html b/blog.html index 492d888..01b8aea 100644 --- a/blog.html +++ b/blog.html @@ -41,7 +41,7 @@
  • Home
  • About
  • -
  • Blog
  • +
  • Blog
  • Courses
  • Contact
  • diff --git a/course-inner.html b/course-inner.html index cca5f29..5564341 100644 --- a/course-inner.html +++ b/course-inner.html @@ -42,7 +42,7 @@
  • Home
  • About
  • Blog
  • -
  • Courses
  • +
  • Courses
  • Contact
  • diff --git a/courses.html b/courses.html index d10c0cd..c48c8ce 100644 --- a/courses.html +++ b/courses.html @@ -76,7 +76,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -92,7 +92,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -108,7 +108,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -124,7 +124,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -140,7 +140,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -156,7 +156,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -172,7 +172,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -188,7 +188,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 @@ -204,7 +204,7 @@
    Javascript begginers course
    -
    +
    Updated 21/08/21 diff --git a/index.html b/index.html index 8301e9b..c102448 100644 --- a/index.html +++ b/index.html @@ -59,8 +59,8 @@

    Enhance your future with Wisdom workshop

    repudiandae dolorum explicabo laboriosam esse illo distinctio, at incidunt?

    diff --git a/style.css b/style.css index e49cd35..654b35a 100644 --- a/style.css +++ b/style.css @@ -209,6 +209,7 @@ nav .navigation ul li a:hover { background-color: #f9f9ff; height: 100%; border-radius: 1rem; + cursor: pointer; } #course .courses img {