Beautiful 404 Not Found Page With Particles Using Bootstrap – It’s a creative, modern and conceptual 404 page coded in bootstrap. Pages with a clean & unique design, ideal for blog, portfolio, agency, clean and elegant template for every creative people, corporate, e-commerce, photographers or anyone who want to show a 404 not found page in creative way.

How To Make 404 Not Found With Particles Using Bootstrap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div id="particles-js">
<div class="page-404">
<div class="outer">
<div class="middle">
<div class="inner">
<!--BEGIN CONTENT-->
<div class="inner-circle"><i class="fa fa-home"></i><span>404</span></div>
<span class="inner-status">Oops! You're lost</span>
<span class="inner-detail" style="color:#fff;">
We can not find the page you're looking for.
<a href="#" class="btn btn-info mtl"><i class="fa fa-home"></i>&nbsp;
Return home
</a>
</span>
</div>
</div>
</div>
</div>
</div>
|
No comments:
Post a Comment