1 2 3 4 5 6 7 8
<!DOCTYPE html> <script src="resources/window-resize-repaint.js"></script> <style> body { background-image: linear-gradient(red, blue); background-attachment: fixed; } </style>