BRAND ZONE

A collection page of city'super E-Shop

category
Products
20
Active ads
0
Depth
Published
2020/05/24

About

div.mainba123 { margin: 8px; padding: 0px; width: auto; display: grid; /* Define Auto Row size */ grid-auto-rows: repeat(26, 100px); /*Define our columns */ grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); grid-column-gap: 8px; grid-row-gap: 8px; grid-auto-flow: dense; } div.gallery123 { background: white; border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 0 10px rgb(241, 241, 241); transition: box-shadow 0.35s; } div.gallery123:hover { box-shadow: 0 0 25px #0009; } div.gallery123 img { width: 100%; height: auto; border-radius: 8px; }