modif image css

This commit is contained in:
2023-01-15 20:44:00 +01:00
parent 337d7a2b5c
commit 7b6a56fa50
2 changed files with 58 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
main{
padding: 80px;
padding: 50px;
}
main h1 {
@@ -32,9 +32,56 @@
}
.bande ul {
display: inline-block
display: inline-block;
}
.bande li {
display: inline
.bande li {
display: inline;
}
.image1{
width: 330px;
height: 260px;
float: left;
margin-right: 50px;
}
.image2{
width: 400px;
height: 310px;
float: right;
margin-left: 50px;
}
.image3{
width: 300px;
height: 180px;
float: left;
margin-right: 50px;
}
.logoA{
width: 150px;
height: 150px;
}
.logoS{
width: 320px;
height: 120px;
}
.logoH{
width: 150px;
height: 150px;
}
.margin{
margin-left: 20px;
margin-right: 20px;
}