Opposite Of display:none? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Opposite Of display:none?

Is there an opposite to display:none? I want to make a website with a nav-bar and different sections rather than an article. At the click of the nav-buttons I want it to take away the previous slide and show the new one. Is there a way to do this? A visible example would be in this code https://code.sololearn.com/Wz5KnbtSoLmY/?ref=app I have been inspired by it.

14th Aug 2019, 2:55 PM
Clueless Coder
Clueless Coder - avatar
1 Resposta
+ 5
display: initial;
14th Aug 2019, 2:59 PM
Valen.H. ~
Valen.H. ~ - avatar