"Under maintainance Page bootstrap 4"
Bootstrap 4.1.1 Snippet by kanikamadaan

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section class="fis-404">
<div class="content-width">
<div class="error404">
<p>Oops!</p>
</div>
<h2>Website is under maintance</h2>
<p>We're sorry, Website is under Maintaince. Our developers are working on it.</p>
<div class="btn-container">
<a class="btn-secondary-green-on-white" href="#">Reach out to us</a>
</div>
</div>
</section>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&family=Titillium+Web:wght@200;400;600;700;900&display=swap');
.error404 {
font-family: 'Source Sans Pro', sans-serif, 'FontAwesome' !important;
font-size: 30px;
}
.error404 p {
margin-bottom: 0px;
font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
font-weight: 900;
color: #4bcd3e;
font-size: 100px;
line-height: 110px;
}
.error404 span {
font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
display: block;
color: #4BCD3E;
font-weight: 900;
font-size: 100px;
line-height: 110px;
}
.fis-404 {
padding: 40px 0;
text-align: center;
}
.fis-404 h2 {
font-family: 'Titillium Web', sans-serif, "FontAwesome" !important;
font-weight: bold;
font-size: 40px !important;
color: #012834;
font-weight: 900;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: