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 5aade8a commit a649c7aCopy full SHA for a649c7a
index.html
@@ -23,12 +23,20 @@
23
border: 0px;
24
}
25
26
- th, td {
+ td {
27
padding: 10px 15px;
28
text-align: left;
29
30
font-size: 18px;
31
32
+ th {
33
+ padding: 10px 15px;
34
+ text-align: center;
35
+ border: 0px;
36
+ font-size: 20px;
37
+ font-weight: bold;
38
+ }
39
+
40
a, a:visited, a:active {
41
color: inherit;
42
text-decoration: none;
@@ -46,6 +54,12 @@
46
54
47
55
<h1>Getting Started Guides</h1>
48
56
<table id="data-table">
57
+ <thead>
58
+ <tr>
59
+ <th>Documentation</th>
60
+ <th>Description</th>
61
+ </tr>
62
+ </thead>
49
63
<tbody></tbody>
50
64
</table>
51
65
<!-- JavaScript code using jQuery -->
0 commit comments