yambejp2020/10/06 08:02<style> div:nth-child(2n+1){ background-Color:yellow; } </style> <div>1</div> <div>2</div> <div>3</div> <div>4</div>