Posts by Julio Silva • 15 points
2 posts
-
0
votes1
answer47
viewsQ: Why don’t my elements just go 3% sideways?
Here is my code var move = document.getElementById('main').children; var movel = 3; var x = 0; console.log(move.length); function right(){ for (var i = 0; i <= move.length; i++) { var cssPr =…
-
1
votes2
answers115
viewsQ: My search bar does not position correctly
My search bar is not positioned correctly at the end, and the initial part of the menu is not at the beginning, everything is centralized. Follows my code: .barra{ display: inline-flex;…