edit 404
This commit is contained in:
parent
61636c21af
commit
f2750879dd
|
@ -23,12 +23,7 @@
|
||||||
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;
|
||||||
|
@ -50,7 +45,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 centered-content">
|
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue