Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. .div-em-colunas {
  2. -webkit-column-count:4; /* Chrome, Safari, Opera */
  3. -moz-column-count:4; /* Firefox */
  4. column-count:4; /* padrão */
  5.  
  6. <div class="div-em-colunas" >
  7. <div align="center" style="border-style: ridge;height:90px;"><b><?=$linha['user']?></b></br><?=$linha['name']?>
  8. </div>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement