```html Infinite Scroll Illusion
background-color: rgba(255,255,255, 0.05);
position: relative;
width: 300px;
height: 200px;
overflow: hidden;
margin: 0 auto;
Item 1
Item 2
Item 3
Item 4
```