CSS display types
- bock - stretch to the full width
- inline - block behaves like an inline element
- none - does not display
visibility: hidden;
- hide the contentfloat: left
- other inline element flow around it
visibility: hidden;
- hide the contentfloat: left
- other inline element flow around it