Coding icon indicating copy to clipboard operation
Coding copied to clipboard

ERROR MY CODES

Open Yuvithakur23 opened this issue 2 years ago • 1 comments

<div class="container">
<div class="logo">
<a href="#"><img src="logo.png">
</a>
<span class="fa fa-bars">
</span>
</div>
<div class="links">
<a href="#">Home</a>
<a href="#">Profile</a>
<a href="#">Group</a>
<a href="#">Contact</a>
<a href="#">Forget</a>
<a href="#">about</a>
</div>
</div>



<script> 
      document.getElementsByClassName("fa")[0].addEventListener("click",function(){
      document.getElementsByClassName("links")[0].classlist.toggle("mylinksshow");
      });
      </script>

Yuvithakur23 avatar Mar 01 '23 17:03 Yuvithakur23