overflow-y
The CSS overflow-y property determines what happens when there is an overflow of content on the vertical axis (from top to bottom) of an element.
.container{
display: inline-block;
background-color: #F7F96F;
padding-lef...
sunkanmi.hashnode.dev5 min read