overflow: hidden;

 1)















Overflow: hidden ; is used to hide the excess content of the child element that is flowing out from its' parent element
























as we have used overflow-x: hidden; and overflow-y: hidden; , the excessive content flowing out from the parent element is hidden on both the axis.

Comments