Well I think this is in css what is not my beach, I would like to be listing the results of the bd and pass the next result to the next column
I tried to use (summarized)
SELECT * FROM anuncios ORDER BY data DESC
.recipiente{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 33px;
-moz-column-gap: 33px;
column-gap: 33px; }
<div class="recipiente"> echo " $texto "; </div>
not successful, EX: the result of one of the lines of the query cuts in half and goes to the next column, to explain and a bit complicated, but I found a site that portrays well what I want to do