Merge pull request #2 from kevinnls/mail

dummy mail page
This commit is contained in:
2023-09-02 13:22:36 +05:30
committed by GitHub
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
@tailwind base; @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; @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>