From aaeecdfcd4dd41c84954d590dbceea73de7ede1c Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:25 -0400 Subject: [PATCH] Create index page stylesheet --- app/styles/_index.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/styles/_index.css diff --git a/app/styles/_index.css b/app/styles/_index.css new file mode 100644 index 0000000..a3e57e9 --- /dev/null +++ b/app/styles/_index.css @@ -0,0 +1,6 @@ +#home-video { + filter: blur(4px); + left: 0; + position: absolute; + width: 100%; +}