Test refont grahpique véhicules

This commit is contained in:
Ambulance Clerc
2022-11-10 16:59:57 +01:00
parent 90be7fd639
commit 85c25e6b90
2 changed files with 20 additions and 16 deletions

View File

@@ -42,19 +42,24 @@
height: 500px;
background-repeat: no-repeat, repeat;
background-size: contain;
border: solid 1px green;
}
.container{
border: solid 1px red;
width: 100%;
overflow: auto;
}
.element{
border: solid 1px blue;
display: flex;
justify-content: space-between;
}
.child_box{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
gap: 0px;
align-items: stretch;
}
.child_box div{
}
body{