4 lines
88 B
SCSS
4 lines
88 B
SCSS
|
body {
|
||
|
background-image: url("../img/background.jpg");
|
||
|
background-size: cover;
|
||
|
}
|