Although I have very little knowledge about web development, I was determined to create my own website. I ended up using a bootstrap 5 based template that allowed me to implement everything I wanted. However, I am encountering some persistent issues with it that need to be addressed:
- When I select a tab and then click outside of all tabs, hovering over the active tab triggers a hover effect, which is not intended. I was trying to replicate a similar component from this example.
- If I click on the description, move the mouse slightly while holding the click, and then release, two tabs end up being selected.
- When I click on a tab (before releasing the mouse), the title color changes to light gray. This behavior was not present in the example I referenced, and I am looking for guidance on how to resolve it.