7 lines
140 B
CSS
7 lines
140 B
CSS
body {
|
|
background-image: url('image6-b.jpg');
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
}
|