Update index.html
Browse files- index.html +27 -5
index.html
CHANGED
@@ -23,11 +23,33 @@
|
|
23 |
.width500 {
|
24 |
width: 500px;
|
25 |
}
|
26 |
-
.tg {
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:center}
|
32 |
.tg .tg-7btt{border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|
33 |
.tg .tg-f0bj{background-color:#DAE8FC;border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|
|
|
23 |
.width500 {
|
24 |
width: 500px;
|
25 |
}
|
26 |
+
.tg {
|
27 |
+
border-collapse:collapse;
|
28 |
+
border-spacing:0;
|
29 |
+
text-align:center;
|
30 |
+
vertical-align:center;
|
31 |
+
}
|
32 |
+
.tg td{
|
33 |
+
border-color:black;
|
34 |
+
border-style:solid;
|
35 |
+
border-width:1px;
|
36 |
+
overflow:hidden;
|
37 |
+
padding:10px 5px;
|
38 |
+
word-break:normal;
|
39 |
+
text-align:center;
|
40 |
+
vertical-align:center;
|
41 |
+
}
|
42 |
+
.tg th{
|
43 |
+
border-color:black;
|
44 |
+
border-style:solid;
|
45 |
+
border-width:1px;
|
46 |
+
font-weight:normal;
|
47 |
+
overflow:hidden;
|
48 |
+
padding:10px 5px;
|
49 |
+
word-break:normal;
|
50 |
+
text-align:center;
|
51 |
+
vertical-align:center;
|
52 |
+
}
|
53 |
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:center}
|
54 |
.tg .tg-7btt{border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|
55 |
.tg .tg-f0bj{background-color:#DAE8FC;border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|