"404 Error Page"
Bootstrap 4.1.1 Snippet by StudyShhot

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
<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 ---------->
<div class="four-z-four bg_color">
<div class="four-z-top">
<div class="four_z">
<div class="four_z_three">
</div>
</div>
</div>
<div class="four-zero-four" style="text-align: center;">
<div class="container" >
<div class="row">
<div class="col-4">
<h1>4</h1>
</div>
<div class="col-4">
<h2> 0 </h2>
</div>
<div class="col-4">
<h3> 4 </h3>
</div>
</div>
</div>
</div>
</div>
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
.four-zero-four h1{
font-size: 500px;
color: #FF6666;
text-align: center;
}
.four-zero-four h2{
font-size: 500px;
color: #FFD845;text-align: center;
}
.four-zero-four h3{
font-size: 500px;
color: #6F77F4;text-align: center;
}
.four-zero-four {
padding-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
.four-zero-four h1{
font-size: 120px;
color: #FF6666;
text-align: center;
}
.four-zero-four h2{
font-size: 120px;
color: #FFD845;text-align: center;
}
.four-zero-four h3{
font-size: 120px;
color: #6F77F4;text-align: center;
}}
.four-z-four {
background: #fbfbfd;
}
.four-z-top {
padding: 120px 0px 270px;
position: relative;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: