+ 3
Make HTML El on top
I wrote a game and I want to add some "game over" massage at the end. The problem is that is appears below other elements. How can I place it on top? https://code.sololearn.com/W4pMlw5rGpyF/?ref=app Let the game run for 5 seconds and you'll see the "game over", then press ok on the alert. It also appears in the game_over function in the JS
7 ответов
+ 2
Oh. I thought it need below because of ` "game over" message at the end** `.
I misunderstood it.. 😌
👍 fine.
+ 1
#GO {
text-align: center;
margin-top:100%;
font-size:32px;
}
+ 1
Jayakrishna🇮🇳 it didn't work, though it did move my text down
+ 1
Wanda♥️ amazing thanks!
I see you changed span z-index to -1
Works great now!
0
lior bakalo
Fun game.
Needs a restart button.
0
Yes