Edit 404
This commit is contained in:
parent
9346b39072
commit
61636c21af
|
@ -23,6 +23,12 @@
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.centered-content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.four_zero_four_bg h1{
|
||||
font-size:80px;
|
||||
|
@ -44,7 +50,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<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">
|
||||
<h1 class="text-center ">404</h1>
|
||||
|
||||
|
|
Loading…
Reference in New Issue