diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2024-06-30 09:42:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-30 09:42:49 -0700 |
| commit | b11600b26cf594f8e4b54bba3f99a39eaa554942 (patch) | |
| tree | 0e77e7bf6609741c61296ce3399fdc1a1ce8b632 /docs/winter.css | |
| parent | 235b6575c208667fa39592bfe0c885c3ca006595 (diff) | |
Add website (#197)
* add website
* newline
Diffstat (limited to 'docs/winter.css')
| -rw-r--r-- | docs/winter.css | 9 |
1 files changed, 9 insertions, 0 deletions
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;
+}
|
