Overflow in Practice
CSS
.my-box {
overflow: ;
}
The following example is adapted from the last page. It shows the same sets of boxes with Lorem Ipsum three times. Each area has the overflow set to scroll, hidden, and visible, respectively.
- Previous
- Next