rslp/style.css
2024-06-02 15:57:02 -04:00

7 lines
140 B
CSS

body {
background-image: url('image6-b.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}