332557-1.html (240B)
1 <DOCTYPE html> 2 <html> 3 <body style="width: 400px"> 4 <div style="overflow:scroll; padding-left: 20%; padding-right: 50%; 5 background: yellow; height: 200px"> 6 <div style="height: 500px; background: blue;"></div> 7 </div> 8 </body> 9 </html>