6 lines
128 B
CSS
6 lines
128 B
CSS
body {
|
|
background-image: url("../images/background.svg");
|
|
background-repeat: repeat;
|
|
background-size: 512px auto;
|
|
}
|