gateway.fjla.uk/static/main.css

8 lines
245 B
CSS

body {
background-color:#004284;
background-image:url("%sveltekit.assets%/img/jellyfish-portrait-l.webp");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:left top;
background-size:cover
}