From 13dbea88facea944aa3c4d11a277e1a0172cb40e Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 17 Mar 2024 21:45:52 +0300 Subject: [PATCH] edit 404 --- rumine/templates/404.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/rumine/templates/404.html b/rumine/templates/404.html index 1537e2f..b91420e 100644 --- a/rumine/templates/404.html +++ b/rumine/templates/404.html @@ -11,7 +11,26 @@ =======================*/ -.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif; +.page_404{ + padding:40px 0; + background:#fff; + display: table; + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; +} +.middle { + display: table-cell; + vertical-align: middle; +} + +.inner { + margin-left: auto; + margin-right: auto; + width: 400px; + /* Whatever width you want */ } .page_404 img{ width:100%;} @@ -42,10 +61,10 @@ .contant_box_404{ margin-top:-50px;}
-
+
-
+

404