12 lines
511 B
Smarty
12 lines
511 B
Smarty
<div class="col-md-4" style="padding-bottom: 30px;">
|
|
<div style="border: rgb(151,151,151) solid 1px; background: rgb(216,216,216); min-height: 200px; max-height: 200px; overflow: hidden;">
|
|
<a href="${link}" target="_blank">
|
|
<img src="${img}" alt="${title}" class="img-responsive" style="min-height: 200px;width: 100%;"/>
|
|
<div class="overlay">
|
|
<div>
|
|
<h5>${title}</h5>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div> |