There is an html code:
<div class="fruits"> <p>1</p> <div> <div class="fruits"> <p>2</p> <div> <div class="fruits"> <p>3</p> <div> And there is a css code:
.myfruits { margin: 20px; } How to change the value of the margin property of the .myfruits class only for 2 diva using js?