codeigniter

This commit is contained in:
2024-05-21 15:05:29 +02:00
parent 5f99948ead
commit 8d97b8f5a1
263 changed files with 81327 additions and 0 deletions

20
ci/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;
}