Like there is a opposite of `visibility: hidden` is `visibility: visible`, then is there any for `display:none`? A lot of people become confused figuring out how to show an element when it has `display: none`, since it's not as clear as using the visibility property.

I could just use `visibility:hidden` instead of `display:none` but it does not give the same effect, so I am not going with it.