testing page

As you can see, once there's enough text in this box, the box will grow scroll bars... that's why we call it a scroll box! You could also place an image into the scroll box.
box, .box3 { width: 374px; max-height: 195px; background-color: #fff; border: 1px solid hotpink; border-radius: 5px; padding: 2px 9px; text-align: left; overflow: auto; }