Advertisement
Katsiree

highlight

May 1st, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.87 KB | None | 0 0
  1. <div class="col-9">
  2.  
  3.                 <div class="date-display">
  4.                     <div class="date-display-cal">
  5.                         <div class="date-display-month">
  6.                             เดือน
  7.                         </div>
  8.                         <div class="date-display-day">
  9.                             22
  10.                         </div>
  11.                     </div>
  12.                     <div class="date-display-year">
  13.                         2012
  14.                     </div>
  15.                 </div>
  16.  
  17.  
  18.  
  19.                 <?php  for($id=1; $id <= 3; $id++) { ?>
  20.                 <div class="row shadow-sm p-2 mt-2">
  21.                     <div class="col-5">
  22.                         <div class="image">
  23.                             <img src="https://dummyimage.com/900x560/000/fff">
  24.                             <div class="title_highlight">
  25.                                 <span>ไฮไลท์ประตู</span>
  26.                             </div>
  27.                         </div>
  28.                     </div>
  29.                     <div class="col-7">
  30.                         <div class="mt-2">
  31.                             <h4><a href="#" class="font-weight-bold">ไฮไลท์ประตู มงต์เปลลิเยร์ vs เปแอสเช</a></h4>
  32.                             <p><span class="badge badge-pill badge-primary" style="font-size:13px">ฟุตบอล ยูฟ่า
  33.                                     แชมเปี้ยนส์ลีก</span></p>
  34.                             <p><button type="button" class="btn btn-outline-success btn-sm float-right"><i
  35.                                        class="fas fa-play-circle"></i> เข้าชมคลิปนี้</button></p>
  36.                         </div>
  37.  
  38.                     </div>
  39.                 </div>
  40.                 <?php } ?>
  41.  
  42.  
  43.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement