gateway.fjla.uk/static/main.css

8 lines
245 B
CSS
Raw Normal View History

2023-07-28 22:34:14 +01:00
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
}