Skip to content

Commit

Permalink
add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Aug 20, 2023
1 parent 5aade8a commit a649c7a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,20 @@
border: 0px;
}

th, td {
td {
padding: 10px 15px;
text-align: left;
border: 0px;
font-size: 18px;
}
th {
padding: 10px 15px;
text-align: center;
border: 0px;
font-size: 20px;
font-weight: bold;
}

a, a:visited, a:active {
color: inherit;
text-decoration: none;
Expand All @@ -46,6 +54,12 @@

<h1>Getting Started Guides</h1>
<table id="data-table">
<thead>
<tr>
<th>Documentation</th>
<th>Description</th>
</tr>
</thead>
<tbody></tbody>
</table>
<!-- JavaScript code using jQuery -->
Expand Down

0 comments on commit a649c7a

Please sign in to comment.