What is the difference between display: block; and display: inline;
Anonymous
display: block means that the element is displayed as a block, as paragraphs. a line break happens after the element, so a block element doesn’t sit next to other element. display: inline means that the element is displayed inline, inside the current block on the same line.
Check out your Company Bowl for anonymous work chats.