This commit is contained in:
itqop 2024-03-17 21:24:23 +03:00
parent 9346b39072
commit 61636c21af
1 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,12 @@
background-position: center; background-position: center;
} }
.centered-content {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.four_zero_four_bg h1{ .four_zero_four_bg h1{
font-size:80px; font-size:80px;
@ -44,7 +50,7 @@
<div class="container"> <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"> <div class="col-sm-10 col-sm-offset-1 text-center centered-content">
<div class="four_zero_four_bg"> <div class="four_zero_four_bg">
<h1 class="text-center ">404</h1> <h1 class="text-center ">404</h1>