Code: Select all
[img]images/Phone Accessories/iwalkk.png[/img]
[img]images/Phone Accessories/Iwalk_C-removebg-preview.png[/img]
[img]images/Phone Accessories/jbl head.png[/img]
< /code>
.container {
margin: 40px 0 0 50px;
width: 70%;
height: 50vw;
display: flex;
justify-content: center;
gap: 3%;
}
.container img {
width: 5%;
height: 100%;
object-fit: cover;
border-radius: 10px;
border: 1px solid transparent;
transition: all ease-in-out 0.5s;
}
.container img:hover {
width: 50%;
}