Posts by Thiago Santos • 11 points
4 posts
-
0
votes0
answers6
viewsQ: AJAX - Requests made before the event occurs (executing action before the click)
I am developing a school system, using Php as a back-end language. I have a registered users query page, which initially opens listing all existing registrations, however there is a checkbox filter…
-
1
votes1
answer85
viewsA: C language - Error when using loop scanf to obtain integer and string type data
Good afternoon! It is good to remember that '\n' is the character line break, inserted when pressing the ENTER key. Thus, it is good to remember that the variables key and key2 are of the type…
-
0
votes1
answer34
viewsA: "Justify-content: space-between;" is not working - Flexbox
Good afternoon! I scanned my code again and found that the error was in height of div#apresentation-buttons. I put more than necessary space. In this way, space-between is working perfectly. It was…
-
-1
votes1
answer34
viewsQ: "Justify-content: space-between;" is not working - Flexbox
Hello. All right? I’m creating a box with three items. One needs to be glued to the top, the other in the middle and the other glued to the bottom, to the base of the layout I need to do. So I used…