1 2 3 4 5 6 7 8 |
<style> body { background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } </style> |
1 2 3 4 5 6 7 8 |
<style> body { background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } </style> |