Hi,
I am working with small academic project and I am stuck on creating presentation of single product from list of ptoducts.
I want to achieve something like that: (in attached graphic file) - may be without rounded corners.
I wrote code but it is not working properly...
<div style="width:405px; background-color:red; border:solid 1px; black">
<div style="width:80px; background-color:yellow; float: left;">
<div>
there will be an image
</div>
description of an image
</div>
<div style="width:320px; background-color:lime; height:100%;">
<div style="width:250px; background-color:blue; float:left; height:70%;">
name of the product
</div>
<div style="width:65px; background-color: violet; float:right;">
quantity
</div>
<div style="width:250px; background-color:navy; float:left;">
description of the product
</div>
<div style="width:65px; background-color: grey; float:right;">
price
</div>
</div>
</div>