كود css تغيير خلفية الصف الثانى من الجدول tpseudo slect second row
https://www.rise.company/upload/uplo...3125514551.png
المطلوب :
عمل سطر ايبض وسطر رمادي
التنفيذ :
هذا الكود لتحديد السطر ووضع خلفية
المرجع:كود:tr:nth-child(1) {
background: white;
}
tr:nth-child(3) {
background: white;
}
tr:nth-child(5) {
background: white;
}
tr:nth-child(7) {
background: white;
}
https://stackoverflow.com/questions/...-css-selectors
