diff --git a/404/404.css b/404/404.css new file mode 100644 index 0000000..bc5b0bf --- /dev/null +++ b/404/404.css @@ -0,0 +1,37 @@ +.page_404 { + padding: 40px 0; + background: #fff; + font-family: "Arvo", serif; + } + + .page_404 img { + width: 100%; + } + p{ + font-size: 22px; + } + + .four_zero_four_bg { + background-image: url("images/404.gif"); + height: 400px; + background-position: center; + } + + .four_zero_four_bg h1 { + font-size: 80px; + } + + .four_zero_four_bg h3 { + font-size: 80px; + } + + .link_404 { + color: #fff !important; + padding: 10px 20px; + background: #39ac31; + margin: 20px 0; + display: inline-block; + } + .contant_box_404 { + margin-top: -50px; + } \ No newline at end of file diff --git a/404/404.html b/404/404.html new file mode 100644 index 0000000..553c88f --- /dev/null +++ b/404/404.html @@ -0,0 +1,47 @@ + + + + + + + + 404 Error + + + + + + +
+
+
+
+
+

404

+ +
+ + +
+ +
+

+ Look like you're lost +

+ +

the page you are looking for not avaible!

+

Becuase of lack of time 😅

+ + Go to Home + +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/404/images/404.gif b/404/images/404.gif new file mode 100644 index 0000000..b4eb84b Binary files /dev/null and b/404/images/404.gif differ