Example

The .show class forces an element to be shown (display:block):

This paragraph is shown (display:block).

The .hidden class forces an element to be hidden (display:none):

The .invisible class makes an element invisible (visibility:hidden) - will take up space on page:

test