Finished js and css status and second row

This commit is contained in:
2025-03-31 02:11:21 +05:00
parent b9fb6492af
commit 98bc9c6f4b
2 changed files with 45 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ body {
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
tr {
@@ -56,6 +58,10 @@ td {
display: none;
}
.main-row td {
border-top: 2px solid #000;
}
#loader {
text-align: center;
}