1. satır:
1. satır:
+
.kh-anasayfa-blok{
+
position:relative;
+
overflow: hidden;
+
}
+
+
.box{
+
position:absolute;
+
top:20px;
+
left:0;
+
margin-left: 20px;
+
background-color:rgba(255, 255, 255, 0.5);
+
padding: 20px;
+
box-sizing: border-box;
+
border-radius: 3px;
+
}
+
img{
img{
width:100%;
width:100%;
+
object-fit:cover;
}
}