xmas/public/style_hacky_css_react_mag_mich_nicht.css
Simon Schwarz c25d746ecb
Some checks failed
continuous-integration/drone/push Build is failing
looks better now
2022-11-14 23:28:16 +01:00

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;
}