Posts by Alex Junior Pereira • 43 points
3 posts
-
1
votes1
answer459
viewsQ: How to change the text of an "Input.Button" ? In JS
To change the text of a div, I do : window.document.getElementById("CaixaPrincipal").innerHTML = Mensagem; Now how do I change the text of a button? I tried this : <input id = "Botao"…
javascriptasked Alex Junior Pereira 43 -
-3
votes1
answer840
viewsQ: How to center the text of a div in Javascript?
I’m starting now with JS, I created a div and wanted the text inside it to always be in the center of the box. How can I do that? What I have so far : div#CaixaPrincipal{ background: white; width:…
cssasked Alex Junior Pereira 43 -
3
votes2
answers240
viewsQ: Github large files get corrupted
When I try to upload a file larger than 100 MB, everything works fine in Git. Even in my Github folder the file is normal and the correct size. But when I try to download it in zip to test, the big…
githubasked Alex Junior Pereira 43