This commit is contained in:
pro.boooooo
2023-03-09 14:41:05 +01:00
parent 563864e461
commit 2b1132fdf9
4 changed files with 40 additions and 59 deletions

View File

@@ -9,8 +9,7 @@
}
etablanalytics
#etab
table {
#etab {
font-size: 17px;
color: white;
font-weight: bold;
@@ -20,7 +19,6 @@
etablanalytics
#etab
table
tr
th {
background: #344D59;
@@ -32,7 +30,6 @@
etablanalytics
#etab
table
tr
td {
text-align: center;
@@ -41,5 +38,15 @@
}
</style>
<div id="etab"></div>
<div>
<table id="etab">
<tr>
<th>Nom</th>
<th>Ville</th>
<th>Dept</th>
<th>Moyenne</th>
<th>Selectivite</th>
</tr>
</table>
</div>
</etablanalytics>