blob: 4847be91e0cbcc8d5d20959aa1e1dad28152c27b (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<div style="height: 200px; overflow: scroll; background: white">
<div style="display: inline-block; width: 300px; height: 300px">
<div style="background: green; width: 100px; height: 100px; position: relative; top: 50px; left: 50px"></div>
</div>
</div>
|