Typically, I focus on the backend of websites, but I am now attempting to add a new feature to my resume site. I want to connect bullet points with a vertical line that breaks at each point and does not overlap with the bullets themselves.
I have created a version of this feature, but there are a few issues that need to be addressed. The current implementation does not draw the line through the bullet points correctly, and adjusting the 'left' attribute only shifts the line around the bullets. Additionally, the line has a fixed size, whereas it should adjust dynamically based on the content.
If anyone knows how to fix these problems and create a more functional version of this feature in CSS, please share your knowledge. I have searched for existing solutions but haven't found one that meets all the requirements.