2023-11-09 01:36:43 +01:00
|
|
|
<section class="card-wrapper f-center" style="">
|
|
|
|
<?php
|
|
|
|
for ($i=0; $i < 8; $i++) {
|
|
|
|
?>
|
|
|
|
<div class="card f-col">
|
|
|
|
<img width="200px" src="https://live.staticflickr.com/65535/49818361653_351771faae_h.jpg" alt="beer image">
|
|
|
|
<h2>Beer Name</h2>
|
|
|
|
<p>12 Degree</p>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
} ?>
|
2023-10-24 01:28:16 +02:00
|
|
|
|
2023-11-09 01:36:43 +01:00
|
|
|
</section>
|