Skip to content

Commit a649c7a

Browse files
committed
add headers
1 parent 5aade8a commit a649c7a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,20 @@
2323
border: 0px;
2424
}
2525

26-
th, td {
26+
td {
2727
padding: 10px 15px;
2828
text-align: left;
2929
border: 0px;
3030
font-size: 18px;
3131
}
32+
th {
33+
padding: 10px 15px;
34+
text-align: center;
35+
border: 0px;
36+
font-size: 20px;
37+
font-weight: bold;
38+
}
39+
3240
a, a:visited, a:active {
3341
color: inherit;
3442
text-decoration: none;
@@ -46,6 +54,12 @@
4654

4755
<h1>Getting Started Guides</h1>
4856
<table id="data-table">
57+
<thead>
58+
<tr>
59+
<th>Documentation</th>
60+
<th>Description</th>
61+
</tr>
62+
</thead>
4963
<tbody></tbody>
5064
</table>
5165
<!-- JavaScript code using jQuery -->

0 commit comments

Comments
 (0)