overflow-block
The CSS overflow-block property determines what happens when there is an overflow of content on the block start and end of a CSS box.
.container{
display: inline-block;
background-color: #F7F96F;
padding-left: 2rem;
...
sunkanmi.hashnode.dev5 min read