Posts by Lus Fernando Martins Carlos Ju • 11 points
1 post
-
1
votes2
answers66
viewsA: How to count elements on the screen and when reaching a certain amount change position?
You can do this only with html and css. css has a feature called selectors that you can use for this. https://www.w3schools.com/cssref/css_selectors.asp To be more specific the Nth-Child selector…