You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking a div, every other div on the page is being highlighted. Please can you fix it so that the when you select an opening div, only the matching closing div is selected?
The text was updated successfully, but these errors were encountered:
<div class="container">
<div class="row">
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
</div>
</div>
When clicking a div, every other div on the page is being highlighted. Please can you fix it so that the when you select an opening div, only the matching closing div is selected?
The text was updated successfully, but these errors were encountered: