6 lines
126 B
CSS
6 lines
126 B
CSS
body {
|
|
background-image: url("../images/background.png");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|