dummy mail page

This commit is contained in:
2023-09-02 13:15:03 +05:30
parent 484c1a0758
commit db47a19817
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.grid-table th, .grid-table td {
@apply border-2;
@apply border-solid;
@apply border-slate-500;
@apply p-2;
}
}

View File

@@ -0,0 +1,10 @@
<p>
This will be populated&hellip; sometime
</p>
<table class="grid-table border-collapse">
<tr>
<th scope="row">Semester</th>
<td>N</td>
</tr>
</table>