From 2e028edae883e9dc8edef89d3e901f3933fd32fc Mon Sep 17 00:00:00 2001 From: Blendoit Date: Tue, 9 Feb 2021 21:37:26 -0800 Subject: wiki --- www/css/index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/css/index.css (limited to 'www/css/index.css') diff --git a/www/css/index.css b/www/css/index.css new file mode 100644 index 0000000..e79ccd2 --- /dev/null +++ b/www/css/index.css @@ -0,0 +1,15 @@ +.title { + background: no-repeat center/100% url("./space.jpg"); + position: relative; + bottom: 0; + filter: blur(4px); + transition: 0.3s; +} +.title:hover { + line-height: 2; + background: no-repeat center/100% url("./space.jpg"); + position: relative; + bottom: 0; + filter: blur(0px); + transition: 0.5s; +} -- cgit v1.2.3