6 lines
141 B
CSS
6 lines
141 B
CSS
nav { background: url(/images/logo-lua.png);
|
|
background-attachment: local;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|