1
Guys, I have the following situation:
<div class="corpo">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>
This Divs block is randomly generated and I can’t add anything else to it. I want to find a way to know which "item" is in the middle, with javascript or css. Like in the middle I want an orange edge and on both sides I want a green edge. Someone has a solution?