Spaces:
Running
Running
Commit
·
07cc824
1
Parent(s):
96a370b
Update style.css
Browse files
style.css
CHANGED
@@ -45,7 +45,8 @@ main {
|
|
45 |
table {
|
46 |
width: 100%;
|
47 |
border-collapse: collapse;
|
48 |
-
border:
|
|
|
49 |
}
|
50 |
|
51 |
table th, table td {
|
@@ -54,15 +55,20 @@ table th, table td {
|
|
54 |
text-align: left;
|
55 |
}
|
56 |
|
57 |
-
table th {
|
58 |
background-color: #007BFF;
|
59 |
color: #fff;
|
|
|
60 |
}
|
61 |
|
62 |
-
table tr
|
63 |
background-color: #f2f2f2;
|
64 |
}
|
65 |
|
|
|
|
|
|
|
|
|
66 |
a {
|
67 |
text-decoration: none;
|
68 |
color: #007BFF;
|
|
|
45 |
table {
|
46 |
width: 100%;
|
47 |
border-collapse: collapse;
|
48 |
+
border: 2px solid #007BFF;
|
49 |
+
border-radius: 5px;
|
50 |
}
|
51 |
|
52 |
table th, table td {
|
|
|
55 |
text-align: left;
|
56 |
}
|
57 |
|
58 |
+
table th.header {
|
59 |
background-color: #007BFF;
|
60 |
color: #fff;
|
61 |
+
font-weight: bold;
|
62 |
}
|
63 |
|
64 |
+
table tr.even {
|
65 |
background-color: #f2f2f2;
|
66 |
}
|
67 |
|
68 |
+
table tr.odd {
|
69 |
+
background-color: #e0e0e0;
|
70 |
+
}
|
71 |
+
|
72 |
a {
|
73 |
text-decoration: none;
|
74 |
color: #007BFF;
|