Skip to content

Commit

Permalink
class="text-center" tb alunos
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz87 committed Jun 10, 2024
1 parent d45a934 commit 4872d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alunos.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>Alunos</h2>
<thead>
<tr>
<th width="70%">Aluno</th>
<th>github</th>
<th class="text-center">github</th>
</tr>
</thead>
<tbody>
Expand All @@ -45,7 +45,7 @@ <h2>Alunos</h2>
<td>
${a.aluno}
</td>
<td>
<td class="text-center">
<a href="${a.github}" class="btn btn-outline-success">
<i class="bi bi-github"></i>
</a>
Expand Down

0 comments on commit 4872d10

Please sign in to comment.