Test refont grahpique véhicules
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user