1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> html, body { margin: 0; width: 100%; height: 100%; } div { position: absolute; width: 200%; height: 200%; } </style> <div></div>