From cba74f32d27c2e4755feb205bc038c73014bcf3a Mon Sep 17 00:00:00 2001 From: BlakeB415 Date: Tue, 17 Mar 2020 18:45:36 -0400 Subject: [PATCH] e --- .htaccess | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..250131c --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /index.php \ No newline at end of file diff --git a/style.css b/style.css index d7a29ed..0136b03 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ body { padding:0; margin:0; overflow:hidden; - background-image: linear-gradient(#FEC995,#FFA656); + background-image: linear-gradient(#FEC995,#FFA656) !important; height:100%; width:100%; font-family: Gilroy, sans-serif;