levels
All checks were successful
/ job (push) Successful in 1m17s

This commit is contained in:
Marc Beninca 2025-03-29 09:50:29 +01:00
parent 5683742d1a
commit 80746e18b4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 11 additions and 9 deletions

View file

@ -46,12 +46,12 @@
<th scope="col"><a href="https://en.wikipedia.org/wiki/Common_European_Framework_of_Reference_for_Languages#Common_reference_levels"><abbr title="Common European Framework of Reference for Languages">CEFRL</abbr></a></th>
</tr>
<tr>
<th><a href="https://en.wikipedia.org/wiki/American_English">English</a></th>
<td>C 2</td>
<th scope="row"><a href="https://en.wikipedia.org/wiki/American_English">English</a></th>
<td class="level">C 2</td>
</tr>
<tr>
<th><a href="https://en.wikipedia.org/wiki/French_of_France">French</a></th>
<td>C 2</td>
<th scope="row"><a href="https://en.wikipedia.org/wiki/French_of_France">French</a></th>
<td class="level">C 2</td>
</tr>
</tbody></table>
</section>

View file

@ -46,12 +46,12 @@
<th scope="col"><a href="https://fr.wikipedia.org/wiki/Cadre_européen_commun_de_référence_pour_les_langues#Échelle_globale"><abbr title="Cadre Européen Commun de Référence pour les Langues">CECRL</abbr></a></th>
</tr>
<tr>
<th><a href="https://fr.wikipedia.org/wiki/Anglais_américain">Anglais</a></th>
<td>C 2</td>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Anglais_américain">Anglais</a></th>
<td class="level">C 2</td>
</tr>
<tr>
<th><a href="https://fr.wikipedia.org/wiki/Français_de_France">Français</a></th>
<td>C 2</td>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/Français_de_France">Français</a></th>
<td class="level">C 2</td>
</tr>
</tbody></table>
</section>

View file

@ -236,7 +236,9 @@ ul {
gap: 1em;
grid-template-columns: 1fr;
}
.level {
text-align: center;
}
.title, .duration.org {
font-weight: bold;
}