I am currently attempting to replicate a bootstrap carousel that includes indicators. However, in my code, I am unable to view the indicators, and the previous/next buttons are not functional. Although I came across a workaround that I could modify from this source, I am curious to understand where my implementation is going wrong, as it closely resembles the code on Bootstrap's official website. The HTML and CSS code is provided below:
/* Custom Colors */
:root{
--livingcoral: #FC766AFF;
--stormgray: #B0B8B4FF;
--forestbiome: #184A45FF;
/* Rest of the color variables */
}
/* General CSS */
/* Styling for various elements */
For the complete HTML code and the styles, please refer to the JSFiddle link. Any assistance would be highly appreciated.