7 lines
108 B
CSS
7 lines
108 B
CSS
@IMPORT url("manual.css");
|
|
|
|
body {
|
|
background: url("../images/background.png") no-repeat center top;
|
|
}
|
|
|