Common Display Properties
display: in-line;
Inline items do not generate line breaks before or after themselves. In normal flow, the next element will be on the same line if there is space
display: block;
This format provides line breaks both before and after the element when in the normal flow.
In other words it gets its own line and takes up the entire space
display: none;
Simply check this rule in the developer tools or un-comment the "display: none;" line in the css