In today's class we are started to clone the youtube home page.In that I learnt some new things that are fixing the images in the grid and overflow property in css.
overflow:
The overflow content in css is used to handle the content that overflow in the container.Its commonly used to control the visibility and behavior of the content.
overflow-y📜
The scroll bar always visible in the content if its overflow or not.
invisible selector:
there are several ways to hide and in-visible elements in css.One of the way is to use this property.
Top comments (0)