6 lines
180 B
CSS
6 lines
180 B
CSS
nav { background: url(/images/it/neworleans-louisiana-bywater-1973969-o.jpg);
|
|
background-attachment: local;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|