4 lines
81 B
CSS
4 lines
81 B
CSS
|
html {
|
||
|
background-image: url(images/background_star.gif);
|
||
|
overflow-y: scroll;
|
||
|
}
|