Files
parcoursup/src/components/global/etablanalytics/etablanalytics.riot
pro.boooooo 2b1132fdf9 $
2023-03-09 14:41:05 +01:00

52 lines
1.0 KiB
Plaintext

<etablanalytics>
<style>
etablanalytics {
width: 65vw;
height: 28vh;
max-height: 28vh;
font-weight: bold;
overflow: auto;
}
etablanalytics
#etab {
font-size: 17px;
color: white;
font-weight: bold;
text-align: center;
width: 100%;
}
etablanalytics
#etab
tr
th {
background: #344D59;
font-size: 17px;
color: white;
font-weight: bold;
text-align: center;
}
etablanalytics
#etab
tr
td {
text-align: center;
font-size: 16px;
color: white;
}
</style>
<div>
<table id="etab">
<tr>
<th>Nom</th>
<th>Ville</th>
<th>Dept</th>
<th>Moyenne</th>
<th>Selectivite</th>
</tr>
</table>
</div>
</etablanalytics>