Page 70 - CSS
P. 70
https://jsfiddle.net/MadalinaTn/qkwwmu6m/2/
Using the overflow property with a value different to visible (its default) will create a
new block formatting context. This is technically necessary — if a float intersected with
the scrolling element it would forcibly rewrap the content.
This example that show how a number of paragraphs will interact with a floated image is similar to
this example, on css-tricks.com.
2: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow MDN
Read Block Formatting Contexts online: https://riptutorial.com/css/topic/5069/block-formatting-
contexts
https://riptutorial.com/ 48

