7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
|
body {
|
||
|
background-image: url('../img/mundo.png');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: 160% 160%;
|
||
|
background-attachment:fixed;
|
||
|
background-size: 80% ;
|
||
|
}
|