From 16ad6baa233b7ac7afad66dcee58321a456e81b2 Mon Sep 17 00:00:00 2001 From: marcellus Date: Thu, 6 Mar 2025 17:06:52 +0100 Subject: init: intialization --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..07a5684 --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +body { + background: url(img/wordart.png) no-repeat fixed; + background-size: cover; + backdrop-filter: blur(10px); +} + +a { + text-decoration: none; +} -- cgit v1.2.3