forked from partypages/party-template
10 lines
199 B
CSS
10 lines
199 B
CSS
body{
|
|
background-image: url('/background.gif');
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-attachment: fixed;
|
|
height: 100vh;
|
|
padding:0;
|
|
margin:0;
|
|
}
|