parent
5683742d1a
commit
80746e18b4
3 changed files with 11 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -236,7 +236,9 @@ ul {
|
|||
gap: 1em;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.level {
|
||||
text-align: center;
|
||||
}
|
||||
.title, .duration.org {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue