The overflow property specifies what to do if the content of an element exceeds the size of the element's box.

overflow:scroll

You can use the overflow property when you want to have better control of the layout. The default value is visible.

overflow:hidden

overflow: auto

You can use the overflow property when you want to have better control of the layout. The default value is visible.

overflow: no-content

overflow: (default)

You can use the overflow property when you want to have better control of the layout. The default value is visible.