Première version affichage des vhcs
This commit is contained in:
BIN
vehicles/static/vehicles/images/ocvs_rtw_1.png
Normal file
BIN
vehicles/static/vehicles/images/ocvs_rtw_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 505 KiB |
BIN
vehicles/static/vehicles/images/ocvs_rtw_2.png
Normal file
BIN
vehicles/static/vehicles/images/ocvs_rtw_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 452 KiB |
BIN
vehicles/static/vehicles/images/ocvs_rtw_3.png
Normal file
BIN
vehicles/static/vehicles/images/ocvs_rtw_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 507 KiB |
BIN
vehicles/static/vehicles/images/ocvs_rtw_4.png
Normal file
BIN
vehicles/static/vehicles/images/ocvs_rtw_4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 478 KiB |
15
vehicles/static/vehicles/style.css
Normal file
15
vehicles/static/vehicles/style.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.main_container{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
height: 350px;
|
||||
}
|
||||
.child{
|
||||
width: 350px;
|
||||
color: green;
|
||||
border: solid 1px black;
|
||||
background-repeat: no-repeat, repeat;
|
||||
background-size: contain;
|
||||
}
|
Reference in New Issue
Block a user