alignement centré, style les h2 et hr

This commit is contained in:
Alexel 2023-10-19 17:05:04 -04:00
parent 3657b17969
commit b78fbd033f
2 changed files with 17 additions and 5 deletions

View file

@ -1,5 +1,6 @@
.table {
font-family: "Poppins";
margin-bottom: 20px;
}
td {
@ -15,3 +16,14 @@ td {
.tableRow:nth-child(even) {
background-color: #F4F4F4;
}
.vieEtudianteWrapper {
display: flex;
flex-flow: column;
align-items: center;
}
.separator {
width: 75%;
border: 1px solid #C4C4C4;
}

View file

@ -11,7 +11,7 @@
{{ template "header-html" }}
<div class="wrapper vieEtudianteWrapper">
<h1 class="heading1">Vie étudiante</h1>
<h2>Organismes thématiques</h2>
<h2 class="heading2">Organismes thématiques</h2>
<table class="table">
<tr class="tableRowHeading">
<td>Nom</td>
@ -98,8 +98,8 @@
<td>Inactif</td>
</tr>
</table>
<hr>
<h2>Associations de programme</h2>
<hr class="separator">
<h2 class="heading2">Associations de programme</h2>
<table class="table">
<tr class="tableRowHeading">
<td>Nom</td>
@ -158,8 +158,8 @@
<td>Inactif</td>
</tr>
</table>
<hr>
<h2>Comités</h2>
<hr class="separator">
<h2 class="heading2">Comités</h2>
<table class="table">
<tr class="tableRowHeading">
<td>Nom</td>