CSS visibility
Also see the full, alphabetical list of CSS properties
The CSS visibility property is used to specify the visibility of elements. It can be used to hide and display text and other elements.
| Syntax: | visibility: <value> |
| Possible Values: |
|
| Initial Value: | inherit |
| Applies to: | All elements |
| Inherited: | No |
| Media: | Visual |
| Example: |
|
| Try it yourself! |
|

