"```html
Scroll Progress Bar body { margin: 0; padding: 0; } #progress-container { position: fixed; top: 0; left: 0; width: 100%; height: 5px; background-color: #f0f0f0; z-index: 9999; } #progress-bar { height: 100%; background-color: #007bff; width: 0; }