This commit is contained in:
pro.boooooo
2023-03-09 13:43:15 +01:00
parent d31043cce5
commit aaf5fa3aba
7 changed files with 183 additions and 13 deletions

View File

@@ -5,10 +5,41 @@
height: 28vh;
max-height: 28vh;
font-weight: bold;
padding: 15px;
overflow: auto;
}
etablanalytics
#etab
table {
font-size: 17px;
color: white;
font-weight: bold;
text-align: center;
width: 100%;
}
etablanalytics
#etab
table
tr
th {
background: #344D59;
font-size: 17px;
color: white;
font-weight: bold;
text-align: center;
}
etablanalytics
#etab
table
tr
td {
text-align: center;
font-size: 16px;
color: white;
}
</style>
<p>etablissements</p>
<div id="etab"></div>
</etablanalytics>