I'm trying to change the background color of a particular class
one by one with a delay
and not everything simultaneously.
.item {
height: 50px;
width: 50px;
background-color: green;
margin-top: 10px;
}
<div class="item">
</div>
<div class="item">
</div>
<div class="item">
</div>
<div class="item">
</div>