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;