The display property changes how elements flow and size.
display
.badge
display: inline-block;
.panel
display: block;
.hidden
display: none;
display controls layout behavior of elements.