1
Well, lately I’ve seen in a lot of templates, that a div with the same id, takes places in different space. I as I have little knowledge of CSS, intended to do something that resembles this:
That is, a div with the same id takes 4 places up, and in the "5th" place, it automatically passes down and the structure repeats so until there are Ivs...
How can I do that?
You want the 5th div to go down when the screen goes down?
– Taisbevalle
No, the screen is always the same but for example I write 5 Divs with the same id in the code and the fifth automatically goes down, as shown in the example
– Gonçalo