initial commit

This commit is contained in:
2026-08-05 21:35:45 +05:30
commit dbac720ce0
30 changed files with 19832 additions and 0 deletions

33
src/styles.css Normal file
View File

@@ -0,0 +1,33 @@
.table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
background: #1c1c1c;
}
.table th, .table td {
border: 1px solid #333;
padding: 10px;
text-align: center;
}
.table th {
background: #222;
}
.table tr:hover {
background: #2a2a2a;
cursor: pointer;
}
td:nth-child(3) {
color: #00e676;
}
td:nth-child(5) {
color: red;
}
td:nth-child(6) {
color: #00c853;
}