We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1f981 commit b944ccaCopy full SHA for b944cca
index.html
@@ -17,7 +17,7 @@
17
table {
18
width: 90%;
19
border-collapse: collapse;
20
- border: 2px double #ddd;
+ border: 0px double #ddd;
21
}
22
23
th, td {
@@ -26,16 +26,9 @@
26
color: #fff; /* Set the text color for table cells */
27
border: 2px double #ddd;
28
background-color: #454b4e; /* Set your desired color here */
29
- font-size: 24px;
30
- }
31
-
32
- tr:nth-child(even) {
33
- background-color: #f9f9f9;
+ font-size: 12px;
34
35
36
- tr:hover {
37
- background-color: #f5f5f5;
38
39
</style>
40
</head>
41
<body>
0 commit comments