Files
SAE_PHP_2024/CodeIgniter-3.1.13/assets/style.css

36 lines
433 B
CSS
Raw Normal View History

2024-05-22 10:37:19 +02:00
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;
}
2024-05-29 11:08:54 +02:00
.recherche {
width : 75px;
height : 24px;
}
2024-05-29 11:46:39 +02:00
.apliiiiiii{
width : 75px;
height : 24px;
color: red;
}
.testtt{
width : 75px;
height : 24px;
color: red;
}