Taurus
limited
2013
180 $
mercedes
Lemted
2020
550 $
.ford {
width:950px;
height:200px;
box-shadow:1px 1px 2px 0px black;
border-radius:13px;
display:flex;
flex-direction:row;
transition: 0.5s
}
.ford:hover {
box-shadow:1px 1px 10px 4px red;
}
image-ford{
flex:1;
padding:10px;
}
.image-ford img {
width:40%;
height:100%;
object-fit: cover;
border-radius:10px;
}
.text-ford{
flex:1;
padding:10px;
}
text-ford h2, .text-ford p {
margin:0;
}