I have the function at 118. Called it at line 5. For some reason the text is not wrriten on the page. Help | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

I have the function at 118. Called it at line 5. For some reason the text is not wrriten on the page. Help

https://code.sololearn.com/Wm7V8ME4bser/?ref=app

15th Jun 2020, 5:08 PM
šŸ‡ Alex Tușinean šŸ’œ
šŸ‡ Alex Tușinean šŸ’œ - avatar
2 Respostas
+ 4
z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky). https://www.w3schools.com/cssref/pr_pos_z-index.asp #timer{ position:absolute; color:red; z-index:4; }
15th Jun 2020, 5:39 PM
ODLNT
ODLNT - avatar
+ 5
Oh, thanks. It worked.
15th Jun 2020, 5:47 PM
šŸ‡ Alex Tușinean šŸ’œ
šŸ‡ Alex Tușinean šŸ’œ - avatar