zero-to-mastery/HTML-project

dropdown content not working on contributersProfile page

shreyshreyansh opened this issue · 3 comments

It just shows small blue bar on hover

Screenshot 2021-07-28 101330

Hi, I looked into the issue the only reason I think it is showing a blue bar is because you currently don't have any dropdown items.

<div class="dropDownContent">
      <a href="#">Link 1</a>
      <a href="#">Link 2</a>
      <a href="#">Link 3</a>
</div>

Add some items like this and then you will see the items

I would like to work on this issue

This is a playground for students to experiment with HTML, CSS and JavaScript, so not everything will work properly. If you see a bug, please feel free to submit a pull request. We do not assign issues to contributors for this repository.