diff --git a/public/404.html b/public/404.html index ba0ead4..8ffe3a8 100644 --- a/public/404.html +++ b/public/404.html @@ -4,30 +4,18 @@ HackNITR: Page Not Found - - - - -
-

404

-

Page Not Found

-

The specified file was not found on this website. Please check the URL for mistakes and try again.

-

Why am I seeing this?

-

This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.

-
- + + + +
+

Oops! Page not Found

+

404

+

We can't find page you're looking for. The specified file was not found on this website. Please check the URL for mistakes and try again.

+ Go Back to Home +

Why am I seeing this?

+

This page was generated by the Firebase Command-Line Interface. +
modify it, edit the 404.html file in your project's configured public directory.

+
+ + diff --git a/public/css/404.css b/public/css/404.css new file mode 100644 index 0000000..366f38a --- /dev/null +++ b/public/css/404.css @@ -0,0 +1,40 @@ +body{ + margin: 0; + padding: 0; + font-family: 'Montserrat', sans-serif; + min-height: 100vh; + background-image: linear-gradient(125deg, #00ffff , #40ff00); + +} + +.container{ + width: 100%; + position: absolute; + top: 50%; + transform: translateY(-50%); + text-align: center; + color: #000000; +} +.container h1{ + font-size: 180px; + margin: 0; + font-weight: 900; + letter-spacing: 25px; + background: url(https://png.pngtree.com/thumb_back/fw800/background/20190528/pngtree-gray-dark-marble-texture-image-background-image_115541.jpg) center no-repeat; + -webkit-text-fill-color: transparent; + -webkit-background-clip: text; +} +.container a{ + text-decoration: none; + background: #ff4000; + color: #fff; + padding: 12px 24px; + display: inline-block; + border-radius: 25px; + font-size: 14px; + text-transform: uppercase; + transition: 0.5s; +} +.container a:hover{ + background: wheat; +} \ No newline at end of file