.your-class-name{ display: none; // block or inline-block } .your-class-name{ visibility: hidden; // visible } display - completely removes the element from the document visibility - makes the block invisible on the screen