From b11600b26cf594f8e4b54bba3f99a39eaa554942 Mon Sep 17 00:00:00 2001 From: emilybrooks Date: Sun, 30 Jun 2024 09:42:49 -0700 Subject: Add website (#197) * add website * newline --- docs/winter.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/winter.css (limited to 'docs/winter.css') diff --git a/docs/winter.css b/docs/winter.css new file mode 100644 index 0000000..bf80325 --- /dev/null +++ b/docs/winter.css @@ -0,0 +1,9 @@ +body +{ + background: #14504a url(website_assets/bg_winter.webp); + background-attachment: fixed; + background-position-x: 50%; + background-position-y: 100%; + background-repeat: no-repeat; + background-size: cover; +} -- cgit v1.2.3