1 2 3 4 5 6 7 8 9 10 11 12
<!doctype html> <style> body { margin: 0 } div { width: 100px; height: 100px; border: 1px transparent; outline: 1px auto; margin: 10px; } </style> <div></div>