Posts by jones_root • 43 points
5 posts
-
0
votes1
answer119
viewsQ: Can anyone tell me why the "#obj" doesn’t move?
/*ignorem o que tem a cima, o importante é na 'areaTestes', onde a bola não se desloca para baixo, sendo que eu estou chamando a função a cada 1s, ela não deveria descer?*/ <!DOCTYPE html>…
-
-1
votes2
answers481
viewsQ: Background with Blur and div of the middle without
I have a section, occupies the entire area of the browser window, and with a background image filling its entire area. Within this section have a div centered and with another background image. I’d…
cssasked jones_root 43 -
-3
votes2
answers42
viewsQ: Browser does not open HTML with CSS
<html> <head> <style> body{ margin: 0; padding: 0; } #box1{ height: 100vh; width: 100%; background-image: url(i1.jpg); …
cssasked jones_root 43 -
0
votes2
answers1085
viewsA: Return to previous menu
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp14 { class Program …
-
1
votes2
answers1085
viewsQ: Return to previous menu
I’m trying to add a "Back" from one menu to the other, first tried using the do only in the 2nd. menu to return to the first, but it only closes. Follow the whole code: namespace ConsoleApp10 {…