To do this, we add the following code to the styles section of our project
.table, td, th {
border: 1px solid red;
}
th {
background-color: # 9CFFFF;
color: black;
}
tr: nth-child (even) {
background: # D0EA2B;
}
To do this, we add the following code to the styles section of our project
.table, td, th {
border: 1px solid red;
}
th {
background-color: # 9CFFFF;
color: black;
}
tr: nth-child (even) {
background: # D0EA2B;
}