Advertisement
fahmihilmansyah

Untitled

Dec 18th, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. $html ="<div style='border:1px solid black;'>";
  4.     for($i=0; $i<=25; $i++){
  5.     $html.="<div style=' box-shadow: 0 0 0.5px #888888;width:10%; display:inline-block; margin:0;'>coupon</div>";  
  6.     }  
  7. $html.="</div>";
  8. echo $html;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement