1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!doctype html> <style> * { margin: 0; padding: 0; } html { background: teal; } div { position: absolute; top: 600px; left: 600px; height: 100px; width: 100px; background: transparent; } </style> <div></div>