I've been struggling with the Events assignment we were given. I tried writing my own code, but it had so many errors when I got it checked. I couldn't quite grasp all the explanations of what went wrong, so now I feel a bit embarrassed to share my attempts. That's why I'm reaching out for some help here.
My goal is to create an effect where hovering over a class "one" triggers a div with class name “sqt” to have a 10px dotted green border, a light green background, and font color #eca261 – similar to the image below.
<a class="one" href=#>First Link</a>
<a class="two" href=#>Second Link</a>
<br><br>
<div class="sqo">Div 1 here</div>
<br>
<div class="sqt">Div 2 here</div>