Rise Company
03-04-2023, 16:14
كود css تغيير خلفية الصف الثانى من الجدول tpseudo slect second row
https://www.rise.company/upload/uploads/168053125514551.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/17633959/need-to-select-second-tables-second-row-using-css-selectors
https://www.rise.company/upload/uploads/168053125514551.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/17633959/need-to-select-second-tables-second-row-using-css-selectors