blob: db9c5d8eef6fe76159c12cb2a97525ddbe8952de [file] [log] [blame] [view]
---
layout: default
title: Downloads
permalink: /download/
---
<div class="center-table-container">
<table class="center-table">
<tr>
<th style="border-bottom: 1px dotted #000;">File Name</th>
<th style="border-bottom: 1px dotted #000;">Description</th>
<th style="border-bottom: 1px dotted #000;">Download Link</th>
</tr>
<tr>
<td style="border-bottom: 1px dotted #000;">File 1</td>
<td style="border-bottom: 1px dotted #000;">Description 1</td>
<td style="border-bottom: 1px dotted #000;"><a href="/path/to/file1">Download</a></td>
</tr>
<tr>
<td style="border-bottom: 1px dotted #000;">File 2</td>
<td style="border-bottom: 1px dotted #000;">Description 2</td>
<td style="border-bottom: 1px dotted #000;"><a href="/path/to/file2">Download</a></td>
</tr>
<tr>
<td style="border-bottom: 1px dotted #000;">File 3</td>
<td style="border-bottom: 1px dotted #000;">Description 3</td>
<td style="border-bottom: 1px dotted #000;"><a href="/path/to/file3">Download</a></td>
</tr>
</table>
</div>
<style>
.center-table-container {
padding-top: 20px;
display: flex;
justify-content: center;
}
.center-table {
border-collapse: collapse;
width: 100%;
max-width: 600px;
}
th, td {
border: 1px dotted #000;
padding: 8px;
}
</style>