How to make 404 error page in Blogger
This is important Page For all blogger users which are indicate that 404/Not found error message is a "HTTP" Standard Response Or Which is Indicate that Users was able to communicate with the server but could not find server request Which means is that Actual page is not find Which is call as 404 Error page
We are provide to you the Stylish 404 Page Error Which are show in figure. This page important to us to display that which means is we have some different word are typing which have to open some website..

Set Up 404 Error Page Are Following Step
Step 1:- Go to Blogger
Step 2:- Setting
Step 3:-Show In Figure
Copy The Below Codes & Paste In "Custom Page Not Found box"
<style type="text/css"> #error-404 { border: 20px solid #1B1B1B; border-radius: 240px 240px 240px 240px; height: 240px; margin: 0 auto 40px; text-align: center; transition: all 0.8s ease 0s; width: 240px; } #error-404:hover { border-color: #333; } #error-404 span { color: #1A60D0; font-size: 100px; font-weight: bold; line-height: 240px; } .large-heading { font-size: 48px; line-height: 1.2em; } .light-heading { font-weight: 400; } .status-msg-bg { background-color: transparent; } .sidebar-wrapper, .page-header { display: none; } .main-wrapper { margin-right: 0; } .outer-wrapper { min-height: 0; } .status-msg-border { border: 0 none; } </style> <div id="error-404"> <span>404</span>
</div> <h1 class="large-heading" style="text-align: center;">Page not found.</h1> <h2 class="light-heading" style="text-align: center;">Please check that there isn’t a type in Your URL</h2>
Than Publish Nd Enjoy This Beautiful Page...