fix
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<div class="row">
|
||||
|
||||
|
||||
<?php
|
||||
foreach ($page_card_items AS $drow) {
|
||||
// print_r($drow);
|
||||
@@ -24,15 +22,27 @@
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex flex-column align-items-start pb-0" style="background-color: aliceblue;">
|
||||
<h3 class="text-bold-700 mt-1 mb-25">Title</h3>
|
||||
<h3 class="text-bold-700 mt-1 mb-25">Another Title</h3>
|
||||
</div>
|
||||
|
||||
<div class="embed-responsive embed-responsive-4by3">
|
||||
<iframe class="embed-responsive-item" src="/upload/WhatEthernetCable.mp4"></iframe>
|
||||
<iframe class="embed-responsive-item" src="/uploads/DV/RaspberryPi/DHT22 Raspberry Pi Humidity Temperature Sensor Tutorial.mp4" autoplay="0"></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex flex-column align-items-start pb-0" style="background-color: aliceblue;">
|
||||
<h3 class="text-bold-700 mt-1 mb-25">More Title</h3>
|
||||
</div>
|
||||
|
||||
<div class="embed-responsive embed-responsive-4by3">
|
||||
<iframe class="embed-responsive-item" src="/uploads/DV/RaspberryPi/WhatEthernetCable.mp4" autoplay="0"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user