This commit is contained in:
itqop 2024-03-17 21:46:53 +03:00
parent 13dbea88fa
commit b89dcdc06d
1 changed files with 5 additions and 21 deletions

View File

@ -14,23 +14,7 @@
.page_404{ .page_404{
padding:40px 0; padding:40px 0;
background:#fff; 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%;} .page_404 img{ width:100%;}
@ -61,10 +45,10 @@
.contant_box_404{ margin-top:-50px;} .contant_box_404{ margin-top:-50px;}
</style> </style>
<section class="page_404"> <section class="page_404">
<div class="container middle"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-12 "> <div class="col-sm-12 ">
<div class="col-sm-10 col-sm-offset-1 text-center inner"> <div class="col-sm-10 col-sm-offset-1 text-center">
<div class="four_zero_four_bg"> <div class="four_zero_four_bg">
<h1 class="text-center ">404</h1> <h1 class="text-center ">404</h1>