Posts by Paulo Daniel • 39 points
3 posts
-
0
votes1
answer28
viewsA: Error after calling Event
Hello! Well, two main points: When updating the page, by default, clicking the button would create a Ubmit in your form. To prevent this, in the button click event it is necessary to include a…
-
-1
votes1
answer50
viewsA: How do I stop the POP-UP video when closing the page window?
Hello! To make the video stop you need to include the Youtube player API and call the function stopVideo() via javascript. In the video link in the iframe it is necessary to add the parameter…
-
-2
votes2
answers72
viewsA: Center an element with css
Hello! You can use display: flex and justify-content: center in the .form-login-div-parent to center horizontally. If you want vertically add the align-items: center, and force the height of the…