blob: 98e595c06632dc6dffa533c4f7ffd2ee291a0390 (
plain)
1
2
3
4
5
6
7
8
9
|
<style>
body {
border: 2px solid #ccf;
margin: 10px;
padding: 10px;
width: 3000px;
}
</style>
The body should stretch to fill the viewport without introducing vertical overflow.
|