From 784f54eff6192116221e5d15ee600094350d4c84 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 31 Oct 2022 18:31:54 +0100 Subject: add background images --- birds.jpg | Bin 0 -> 36129 bytes cloud.jpg | Bin 0 -> 65333 bytes grass.jpg | Bin 0 -> 51143 bytes stream.jpg | Bin 0 -> 72987 bytes style.scss | 7 +++++++ 5 files changed, 7 insertions(+) create mode 100644 birds.jpg create mode 100644 cloud.jpg create mode 100644 grass.jpg create mode 100644 stream.jpg diff --git a/birds.jpg b/birds.jpg new file mode 100644 index 0000000..506545e Binary files /dev/null and b/birds.jpg differ diff --git a/cloud.jpg b/cloud.jpg new file mode 100644 index 0000000..3f49665 Binary files /dev/null and b/cloud.jpg differ diff --git a/grass.jpg b/grass.jpg new file mode 100644 index 0000000..e985024 Binary files /dev/null and b/grass.jpg differ diff --git a/stream.jpg b/stream.jpg new file mode 100644 index 0000000..c943c05 Binary files /dev/null and b/stream.jpg differ diff --git a/style.scss b/style.scss index 7c8863f..2df204f 100644 --- a/style.scss +++ b/style.scss @@ -17,6 +17,13 @@ @include ikiwiki-style; +body { + background-image: url(cloud.jpg), url(grass.jpg), url(stream.jpg), url(birds.jpg); + background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; + background-position: right 5em top 5em, right 5em bottom 5em, left 5em bottom 5em, left 5em top 7em; + background-size: 30em, 30em, 30em, 30em; +} + h1 { @include typeset(heading-1); } -- cgit v1.2.3