diff --git a/404.html b/404.html new file mode 100644 index 0000000..748f037 --- /dev/null +++ b/404.html @@ -0,0 +1,57 @@ + + + + + 404 Not Found - WillowMeCreations + + + + + + + +
+
+ + +
+
+ +
+
+
+

404

+

Page Not Found

+

Oops! It looks like the page you are looking for does not exist. It might have been moved or deleted.

+ Go to Homepage +
+
+
+ + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 48fb8f8..fda12f8 100644 --- a/style.css +++ b/style.css @@ -327,6 +327,42 @@ header { color: #fff; } +.error-404 { + padding: 100px 0; + text-align: center; +} + +.error-404 h1 { + font-size: 6em; + font-family: 'Playfair Display', serif; + color: #FFD700; + /* Gold color for emphasis */ +} + +.error-404 h2 { + font-size: 2.5em; + margin-bottom: 20px; +} + +.error-404 p { + font-size: 1.2em; + margin-bottom: 30px; +} + +.error-404 .btn { + background-color: #333; + color: #fff; + padding: 10px 20px; + text-decoration: none; + font-weight: bold; + border-radius: 5px; +} + +.error-404 .btn:hover { + background-color: #FFD700; + color: #333; +} + /* Media Queries for Responsiveness */ @media (max-width: 768px) {