Animated 404 Page

First we need to know what is 404 Page ?

The HTTP 404, 404 Not Found, 404, 404 Error, Page Not Found or File Not Found error message is a Hypertext Transfer Protocol standard response code, in computer network communications, to indicate that the brow…


This content originally appeared on DEV Community and was authored by Prince Jaiswal

First we need to know what is 404 Page ?

The HTTP 404, 404 Not Found, 404, 404 Error, Page Not Found or File Not Found error message is a Hypertext Transfer Protocol standard response code, in computer network communications, to indicate that the browser was able to communicate with a given server, but the server could not find what was requested.

Now! we will make a 404 page .

Html Code :-

<section class="page_404">
    <div class="container">
        <div class="row">   
        <div class="col-sm-12 ">
        <div class="col-sm-10 col-sm-offset-1  text-center">
        <div class="four_zero_four_bg">
            <h1 class="text-center ">404</h1>


        </div>

        <div class="contant_box_404">
        <h3 class="h2">
        Look like you're lost
        </h3>

        <p>the page you are looking for not avaible!</p>

        <a href="" class="link_404">Go to Home</a>
    </div>
        </div>
        </div>
        </div>
    </div>
</section>

After Adding Html It Will Look Like this :-

Alt Text

Now Css Code :-


/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{

 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }


 .four_zero_four_bg h1{
 font-size:80px;
 }

  .four_zero_four_bg h3{
             font-size:80px;
             }

             .link_404{          
    color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
    .contant_box_404{ margin-top:-50px;}

After Adding Html , Css It Will Look Like This .

Alt Text


This content originally appeared on DEV Community and was authored by Prince Jaiswal


Print Share Comment Cite Upload Translate Updates
APA

Prince Jaiswal | Sciencx (2021-06-16T05:32:01+00:00) Animated 404 Page. Retrieved from https://www.scien.cx/2021/06/16/animated-404-page/

MLA
" » Animated 404 Page." Prince Jaiswal | Sciencx - Wednesday June 16, 2021, https://www.scien.cx/2021/06/16/animated-404-page/
HARVARD
Prince Jaiswal | Sciencx Wednesday June 16, 2021 » Animated 404 Page., viewed ,<https://www.scien.cx/2021/06/16/animated-404-page/>
VANCOUVER
Prince Jaiswal | Sciencx - » Animated 404 Page. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/16/animated-404-page/
CHICAGO
" » Animated 404 Page." Prince Jaiswal | Sciencx - Accessed . https://www.scien.cx/2021/06/16/animated-404-page/
IEEE
" » Animated 404 Page." Prince Jaiswal | Sciencx [Online]. Available: https://www.scien.cx/2021/06/16/animated-404-page/. [Accessed: ]
rf:citation
» Animated 404 Page | Prince Jaiswal | Sciencx | https://www.scien.cx/2021/06/16/animated-404-page/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.