1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html> <style> body { background: blue; margin: 0; } div { position: fixed; width: 100px; height: 100px; background: green; } </style> <div></div>