aniketsinha2002 / DataGeek

A static educational website related to Data Science built using HTML, CSS, JS, Bootstrap and Tailwind from scratch
https://aniketsinha2002.github.io/DataGeek/
90 stars 193 forks source link

added active class on nav_links along with their dom handlers in java… #748

Closed nilay-2 closed 1 year ago

nilay-2 commented 1 year ago

…script

Description

To highlight the nav links when clicked I have added css styling of class "active" and javascript dom handlers to add active class whenever a link is clicked.

Fixes #696

Screenshots

image image

Checklist