<div class="basic_layout">
<? while($row = mysqli_fetch_array($data)){?>
<div class="product_layout" onclick="location.href=URLLLL";">
<img class="product_icon opacity-black" src="<?=$row["icon"];?>">
<div class="product_brand">OOO</div>
<div class="product_name">XXXXXXXXXXXXXXXXXXXX</div>
<div class="product_price">SSSSSSS</div>
</div>
<?}?>
</div>
only films will be arranged by profit
.product_layout{
width: 23%;
height: 255px;
margin: 15px 9px;
display: inline-block;
border-radius: 5px;
border: 1px -sharpccc solid;
cursor: pointer;
float: left;
}
every div will have at least three lines of words
but the right side is not covered because there is no div
below and everything else is completely covered.
how to keep him uncovered?
complete div area?
I have a high 255px and still skip the text area directly.