From 8307cc34a1c4e6579c78efd5d5a9d567452beb27 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 13 Aug 2024 20:56:47 +0200 Subject: init: initial commit --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..951a020 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body { + background: url("img/bg.jpg"); + color: beige; +} + +h1 { + filter: drop-shadow(0.4em 0.4em 0 #a794ff); +} -- cgit v1.2.3