Block and Inline Elements
Learn about the block and inline elements of the CSS.
We'll cover the following...
In this lesson, we’ll continue exploring the CSS display
property and how it affects the document flow. We’ll begin by seeing that we can omit adding our custom CSS classes if the style described in that class is the default style of an element.
We’ll also see how to override the default behavior of the <span>
...