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