départ sae php

This commit is contained in:
2024-05-29 10:29:40 +02:00
parent eb32dbd5b2
commit 8911872fe7
13 changed files with 893 additions and 5 deletions

20
assets/style.css Normal file
View File

@@ -0,0 +1,20 @@
section.list
{
display : flex;
justify-content : space-between;
flex-wrap:wrap;
}
section.list > div
{
width : 30%;
}
section.list img {
display:inline-block;
}
.short-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}