Currently, I am attempting to showcase a count-down feature on my website (which is currently in localhost so it cannot be linked). However, I have encountered a very peculiar issue.
I suspect that the JavaScript may be causing the display to not appear. Even after thoroughly searching the CSS file, I could not find any instances of 'display: none'. In the primary CSS file, I even added 'display: block;' at the end of the code.
Since I am not well-versed in JavaScript, I would greatly appreciate if someone could provide me with some guidance on this matter. Thank you!