Posts by Igor • 33 points
2 posts
-
0
votes2
answers916
viewsQ: Align text in Bootstrap navbar menu
Hello, I’m not able to align on the right the clickable texts of my menu with Bootstrap. Here is the menu code in HTML: <span class="menuresponsivo"> <nav class="navbar navbar-expand-lg…
-
2
votes2
answers930
viewsQ: Random number between 0 and 8, except 5, in Javascript using Math.Random
Hello, using Javascript, I need to generate a random number between the 0 and 8, however the number 5 cannot be one of those numbers generated. I am returning these numbers so far using the…